Html Css Color HEX #AB4D0C Rust

📋 copy color: '#AB4D0C'

red 171 ◦ green 77 ◦ blue 12

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

Shades of Rust #AB4D0C

Tints of Rust #AB4D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 65.77%
G = 29.62%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB4D0C (or 0xAB4D0C) is known color: Rust. HEX triplet: AB, 4D and 0C. RGB value is (171,77,12). Sum of RGB (Red+Green+Blue) = 171+77+12=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D0C is #54B2F3. Grayscale: #626262. Windows color (decimal): -5550836 or 806315. OLE color: 806315.

HSL color Cylindrical-coordinate representation of color #AB4D0C: hue angle of 24.53º 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 #AB4D0C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 12 -
CMYK 0 0.55 0.93 0.33
HSL 24.53º 0.87% 0.36% -
HSV(B) 24.53º 0.93% 0.67% -
XYZ 19.51 13.99 2.02 -
YUV 97.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 171 77 12 0 0.55 0.93 0.33 24.53 0.87 0.36
Hex AB 4D C 0 37 5D 21 19 57 24
Octal 253 115 14 0 67 135 41 31 127 44
Binary 10101011 1001101 1100 0 110111 1011101 100001 11001 1010111 100100

Color Harmonies of #AB4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D0C

Black with #AB4D0C

Text Example


Text Example

White with #AB4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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