Html Css Color HEX #AB4402 Rust

📋 copy color: '#AB4402'

red 171 ◦ green 68 ◦ blue 2

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

Shades of Rust #AB4402

Tints of Rust #AB4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 70.95%
G = 28.22%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4402 (or 0xAB4402) is known color: Rust. HEX triplet: AB, 44 and 02. RGB value is (171,68,2). Sum of RGB (Red+Green+Blue) = 171+68+2=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4402 is #54BBFD. Grayscale: #5B5B5B. Windows color (decimal): -5553150 or 148651. OLE color: 148651.

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

Color convert

RGB 171 68 2 -
CMYK 0 0.60 0.99 0.33
HSL 23.43º 0.98% 0.34% -
HSV(B) 23.43º 0.99% 0.67% -
XYZ 18.87 12.8 1.53 -
YUV 91.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 171 68 2 0 0.60 0.99 0.33 23.43 0.98 0.34
Hex AB 44 2 0 3C 63 21 17 62 22
Octal 253 104 2 0 74 143 41 27 142 42
Binary 10101011 1000100 10 0 111100 1100011 100001 10111 1100010 100010

Color Harmonies of #AB4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4402

Black with #AB4402

Text Example


Text Example

White with #AB4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4402; }

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

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

background-color css

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

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

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

border-color css

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

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

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