Html Css Color HEX #AB2D06 Rust

📋 copy color: '#AB2D06'

red 171 ◦ green 45 ◦ blue 6

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

Shades of Rust #AB2D06

Tints of Rust #AB2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 77.03%
G = 20.27%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2D06 (or 0xAB2D06) is known color: Rust. HEX triplet: AB, 2D and 06. RGB value is (171,45,6). Sum of RGB (Red+Green+Blue) = 171+45+6=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D06 is #54D2F9. Grayscale: #4E4E4E. Windows color (decimal): -5559034 or 404907. OLE color: 404907.

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

Color convert

RGB 171 45 6 -
CMYK 0 0.74 0.96 0.33
HSL 14.18º 0.93% 0.35% -
HSV(B) 14.18º 0.96% 0.67% -
XYZ 17.77 10.55 1.27 -
YUV 78.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 171 45 6 0 0.74 0.96 0.33 14.18 0.93 0.35
Hex AB 2D 6 0 4A 60 21 E 5D 23
Octal 253 55 6 0 112 140 41 16 135 43
Binary 10101011 101101 110 0 1001010 1100000 100001 1110 1011101 100011

Color Harmonies of #AB2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D06

Black with #AB2D06

Text Example


Text Example

White with #AB2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D06; }

 p { color: rgb(171,45,6); }

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

background-color css

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

 a { background-color: rgb(171,45,6); }

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

border-color css

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

 span { border-color: rgb(171,45,6); }

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