Html Css Color HEX #AB420C Rust

📋 copy color: '#AB420C'

red 171 ◦ green 66 ◦ blue 12

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

Shades of Rust #AB420C

Tints of Rust #AB420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 68.67%
G = 26.51%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB420C (or 0xAB420C) is known color: Rust. HEX triplet: AB, 42 and 0C. RGB value is (171,66,12). Sum of RGB (Red+Green+Blue) = 171+66+12=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB420C is #54BDF3. Grayscale: #5B5B5B. Windows color (decimal): -5553652 or 803499. OLE color: 803499.

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

Color convert

RGB 171 66 12 -
CMYK 0 0.61 0.93 0.33
HSL 20.38º 0.87% 0.36% -
HSV(B) 20.38º 0.93% 0.67% -
XYZ 18.81 12.58 1.78 -
YUV 91.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 171 66 12 0 0.61 0.93 0.33 20.38 0.87 0.36
Hex AB 42 C 0 3D 5D 21 14 57 24
Octal 253 102 14 0 75 135 41 24 127 44
Binary 10101011 1000010 1100 0 111101 1011101 100001 10100 1010111 100100

Color Harmonies of #AB420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB420C

Black with #AB420C

Text Example


Text Example

White with #AB420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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