Html Css Color HEX #AB4A0C Rust

📋 copy color: '#AB4A0C'

red 171 ◦ green 74 ◦ blue 12

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

Shades of Rust #AB4A0C

Tints of Rust #AB4A0C

RGB

 RED value IS 171 (67.19% from 255) = 66.54%

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 66.54%
G = 28.79%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB4A0C (or 0xAB4A0C) is known color: Rust. HEX triplet: AB, 4A and 0C. RGB value is (171,74,12). Sum of RGB (Red+Green+Blue) = 171+74+12=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A0C is #54B5F3. Grayscale: #606060. Windows color (decimal): -5551604 or 805547. OLE color: 805547.

HSL color Cylindrical-coordinate representation of color #AB4A0C: hue angle of 23.4º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB4A0C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 12 -
CMYK 0 0.57 0.93 0.33
HSL 23.4º 0.87% 0.36% -
HSV(B) 23.4º 0.93% 0.67% -
XYZ 19.31 13.58 1.95 -
YUV 95.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 171 74 12 0 0.57 0.93 0.33 23.4 0.87 0.36
Hex AB 4A C 0 39 5D 21 17 57 24
Octal 253 112 14 0 71 135 41 27 127 44
Binary 10101011 1001010 1100 0 111001 1011101 100001 10111 1010111 100100

Color Harmonies of #AB4A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A0C

Black with #AB4A0C

Text Example


Text Example

White with #AB4A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A0C; }

 p { color: rgb(171,74,12); }

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

background-color css

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

 a { background-color: rgb(171,74,12); }

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

border-color css

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

 span { border-color: rgb(171,74,12); }

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