Html Css Color HEX #AB2602 Rust

📋 copy color: '#AB2602'

red 171 ◦ green 38 ◦ blue 2

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

Shades of Rust #AB2602

Tints of Rust #AB2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 81.04%
G = 18.01%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2602 (or 0xAB2602) is known color: Rust. HEX triplet: AB, 26 and 02. RGB value is (171,38,2). Sum of RGB (Red+Green+Blue) = 171+38+2=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2602 is #54D9FD. Grayscale: #494949. Windows color (decimal): -5560830 or 140971. OLE color: 140971.

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

Color convert

RGB 171 38 2 -
CMYK 0 0.78 0.99 0.33
HSL 12.78º 0.98% 0.34% -
HSV(B) 12.78º 0.99% 0.67% -
XYZ 17.5 10.05 1.07 -
YUV 73.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 171 38 2 0 0.78 0.99 0.33 12.78 0.98 0.34
Hex AB 26 2 0 4E 63 21 D 62 22
Octal 253 46 2 0 116 143 41 15 142 42
Binary 10101011 100110 10 0 1001110 1100011 100001 1101 1100010 100010

Color Harmonies of #AB2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2602

Black with #AB2602

Text Example


Text Example

White with #AB2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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