Html Css Color HEX #AB2502 Rust

📋 copy color: '#AB2502'

red 171 ◦ green 37 ◦ blue 2

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

Shades of Rust #AB2502

Tints of Rust #AB2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 81.43%
G = 17.62%
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

#AB2502 (or 0xAB2502) is known color: Rust. HEX triplet: AB, 25 and 02. RGB value is (171,37,2). Sum of RGB (Red+Green+Blue) = 171+37+2=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2502 is #54DAFD. Grayscale: #494949. Windows color (decimal): -5561086 or 140715. OLE color: 140715.

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

Color convert

RGB 171 37 2 -
CMYK 0 0.78 0.99 0.33
HSL 12.43º 0.98% 0.34% -
HSV(B) 12.43º 0.99% 0.67% -
XYZ 17.47 9.99 1.06 -
YUV 73.08 87.89 197.85 -
System Red Green Blue C M Y K H S L
Decimal 171 37 2 0 0.78 0.99 0.33 12.43 0.98 0.34
Hex AB 25 2 0 4E 63 21 C 62 22
Octal 253 45 2 0 116 143 41 14 142 42
Binary 10101011 100101 10 0 1001110 1100011 100001 1100 1100010 100010

Color Harmonies of #AB2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2502

Black with #AB2502

Text Example


Text Example

White with #AB2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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