Html Css Color HEX #AB2A03 Rust

📋 copy color: '#AB2A03'

red 171 ◦ green 42 ◦ blue 3

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

Shades of Rust #AB2A03

Tints of Rust #AB2A03

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 79.17%
G = 19.44%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB2A03 (or 0xAB2A03) is known color: Rust. HEX triplet: AB, 2A and 03. RGB value is (171,42,3). Sum of RGB (Red+Green+Blue) = 171+42+3=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A03 is #54D5FC. Grayscale: #4C4C4C. Windows color (decimal): -5559805 or 207531. OLE color: 207531.

HSL color Cylindrical-coordinate representation of color #AB2A03: hue angle of 13.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2A03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 42 3 -
CMYK 0 0.75 0.98 0.33
HSL 13.93º 0.97% 0.34% -
HSV(B) 13.93º 0.98% 0.67% -
XYZ 17.64 10.32 1.15 -
YUV 76.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 171 42 3 0 0.75 0.98 0.33 13.93 0.97 0.34
Hex AB 2A 3 0 4B 62 21 E 61 22
Octal 253 52 3 0 113 142 41 16 141 42
Binary 10101011 101010 11 0 1001011 1100010 100001 1110 1100001 100010

Color Harmonies of #AB2A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A03

Black with #AB2A03

Text Example


Text Example

White with #AB2A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A03; }

 p { color: rgb(171,42,3); }

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

background-color css

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

 a { background-color: rgb(171,42,3); }

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

border-color css

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

 span { border-color: rgb(171,42,3); }

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