Html Css Color HEX #AB2B05 Rust

📋 copy color: '#AB2B05'

red 171 ◦ green 43 ◦ blue 5

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

Shades of Rust #AB2B05

Tints of Rust #AB2B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 78.08%
G = 19.63%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB2B05 (or 0xAB2B05) is known color: Rust. HEX triplet: AB, 2B and 05. RGB value is (171,43,5). Sum of RGB (Red+Green+Blue) = 171+43+5=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B05 is #54D4FA. Grayscale: #4D4D4D. Windows color (decimal): -5559547 or 338859. OLE color: 338859.

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

Color convert

RGB 171 43 5 -
CMYK 0 0.75 0.97 0.33
HSL 13.73º 0.94% 0.35% -
HSV(B) 13.73º 0.97% 0.67% -
XYZ 17.69 10.4 1.22 -
YUV 76.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 171 43 5 0 0.75 0.97 0.33 13.73 0.94 0.35
Hex AB 2B 5 0 4B 61 21 E 5E 23
Octal 253 53 5 0 113 141 41 16 136 43
Binary 10101011 101011 101 0 1001011 1100001 100001 1110 1011110 100011

Color Harmonies of #AB2B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B05

Black with #AB2B05

Text Example


Text Example

White with #AB2B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B05; }

 p { color: rgb(171,43,5); }

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

background-color css

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

 a { background-color: rgb(171,43,5); }

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

border-color css

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

 span { border-color: rgb(171,43,5); }

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