Html Css Color HEX #AB2402 Rust

📋 copy color: '#AB2402'

red 171 ◦ green 36 ◦ blue 2

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

Shades of Rust #AB2402

Tints of Rust #AB2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 81.82%
G = 17.22%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2402 (or 0xAB2402) is known color: Rust. HEX triplet: AB, 24 and 02. RGB value is (171,36,2). Sum of RGB (Red+Green+Blue) = 171+36+2=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2402 is #54DBFD. Grayscale: #484848. Windows color (decimal): -5561342 or 140459. OLE color: 140459.

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

Color convert

RGB 171 36 2 -
CMYK 0 0.79 0.99 0.33
HSL 12.07º 0.98% 0.34% -
HSV(B) 12.07º 0.99% 0.67% -
XYZ 17.44 9.92 1.05 -
YUV 72.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 171 36 2 0 0.79 0.99 0.33 12.07 0.98 0.34
Hex AB 24 2 0 4F 63 21 C 62 22
Octal 253 44 2 0 117 143 41 14 142 42
Binary 10101011 100100 10 0 1001111 1100011 100001 1100 1100010 100010

Color Harmonies of #AB2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2402

Black with #AB2402

Text Example


Text Example

White with #AB2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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