Html Css Color HEX #A83C18 Rust

📋 copy color: '#A83C18'

red 168 ◦ green 60 ◦ blue 24

#A83C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A83C18

Tints of Rust #A83C18

RGB

 RED value IS 168 (66.02% from 255) = 66.67%

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 66.67%
G = 23.81%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A83C18 (or 0xA83C18) is known color: Rust. HEX triplet: A8, 3C and 18. RGB value is (168,60,24). Sum of RGB (Red+Green+Blue) = 168+60+24=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C18 is #57C3E7. Grayscale: #585858. Windows color (decimal): -5751784 or 1588392. OLE color: 1588392.

HSL color Cylindrical-coordinate representation of color #A83C18: hue angle of 15º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A83C18 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 60 24 -
CMYK 0 0.64 0.86 0.34
HSL 15º 0.75% 0.38% -
HSV(B) 15º 0.86% 0.66% -
XYZ 17.93 11.62 2.16 -
YUV 88.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 168 60 24 0 0.64 0.86 0.34 15 0.75 0.38
Hex A8 3C 18 0 40 56 22 F 4B 26
Octal 250 74 30 0 100 126 42 17 113 46
Binary 10101000 111100 11000 0 1000000 1010110 100010 1111 1001011 100110

Color Harmonies of #A83C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C18

Black with #A83C18

Text Example


Text Example

White with #A83C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C18; }

 p { color: rgb(168,60,24); }

 H1.HeaderClassName
 {
   color: #A83C18;
 }
 .AnyTagClassName
 {
   color: #A83C18;
 }
</style>

background-color css

<style>
 a { background-color: #A83C18; }

 a { background-color: rgb(168,60,24); }

 div.DivClassName
 {
   background-color: #A83C18;
 }
 .BgClassName
 {
   background-color: #A83C18;
 }
</style>

border-color css

<style>
 span { border-color: #A83C18; }

 span { border-color: rgb(168,60,24); }

 td.TdClassName
 {
   border-color: #A83C18;
 }
 .TagClassName
 {
   border-color: #A83C18;
 }
</style>