Html Css Color HEX #AB3402 Rust

📋 copy color: '#AB3402'

red 171 ◦ green 52 ◦ blue 2

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

Shades of Rust #AB3402

Tints of Rust #AB3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 76%
G = 23.11%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB3402 (or 0xAB3402) is known color: Rust. HEX triplet: AB, 34 and 02. RGB value is (171,52,2). Sum of RGB (Red+Green+Blue) = 171+52+2=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3402 is #54CBFD. Grayscale: #525252. Windows color (decimal): -5557246 or 144555. OLE color: 144555.

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

Color convert

RGB 171 52 2 -
CMYK 0 0.70 0.99 0.33
HSL 17.75º 0.98% 0.34% -
HSV(B) 17.75º 0.99% 0.67% -
XYZ 18.03 11.12 1.25 -
YUV 81.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 171 52 2 0 0.70 0.99 0.33 17.75 0.98 0.34
Hex AB 34 2 0 46 63 21 12 62 22
Octal 253 64 2 0 106 143 41 22 142 42
Binary 10101011 110100 10 0 1000110 1100011 100001 10010 1100010 100010

Color Harmonies of #AB3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3402

Black with #AB3402

Text Example


Text Example

White with #AB3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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