Html Css Color HEX #AB5402 Rust

📋 copy color: '#AB5402'

red 171 ◦ green 84 ◦ blue 2

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

Shades of Rust #AB5402

Tints of Rust #AB5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 66.54%
G = 32.68%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB5402 (or 0xAB5402) is known color: Rust. HEX triplet: AB, 54 and 02. RGB value is (171,84,2). Sum of RGB (Red+Green+Blue) = 171+84+2=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5402 is #54ABFD. Grayscale: #656565. Windows color (decimal): -5549054 or 152747. OLE color: 152747.

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

Color convert

RGB 171 84 2 -
CMYK 0 0.51 0.99 0.33
HSL 29.11º 0.98% 0.34% -
HSV(B) 29.11º 0.99% 0.67% -
XYZ 19.98 15 1.9 -
YUV 100.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 171 84 2 0 0.51 0.99 0.33 29.11 0.98 0.34
Hex AB 54 2 0 33 63 21 1D 62 22
Octal 253 124 2 0 63 143 41 35 142 42
Binary 10101011 1010100 10 0 110011 1100011 100001 11101 1100010 100010

Color Harmonies of #AB5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5402

Black with #AB5402

Text Example


Text Example

White with #AB5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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