Html Css Color HEX #AB4202 Rust

📋 copy color: '#AB4202'

red 171 ◦ green 66 ◦ blue 2

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

Shades of Rust #AB4202

Tints of Rust #AB4202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 71.55%
G = 27.62%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4202 (or 0xAB4202) is known color: Rust. HEX triplet: AB, 42 and 02. RGB value is (171,66,2). Sum of RGB (Red+Green+Blue) = 171+66+2=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4202 is #54BDFD. Grayscale: #5A5A5A. Windows color (decimal): -5553662 or 148139. OLE color: 148139.

HSL color Cylindrical-coordinate representation of color #AB4202: hue angle of 22.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB4202 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 2 -
CMYK 0 0.61 0.99 0.33
HSL 22.72º 0.98% 0.34% -
HSV(B) 22.72º 0.99% 0.67% -
XYZ 18.75 12.56 1.49 -
YUV 90.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 171 66 2 0 0.61 0.99 0.33 22.72 0.98 0.34
Hex AB 42 2 0 3D 63 21 17 62 22
Octal 253 102 2 0 75 143 41 27 142 42
Binary 10101011 1000010 10 0 111101 1100011 100001 10111 1100010 100010

Color Harmonies of #AB4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4202

Black with #AB4202

Text Example


Text Example

White with #AB4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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