Html Css Color HEX #AB2F05 Rust

📋 copy color: '#AB2F05'

red 171 ◦ green 47 ◦ blue 5

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

Shades of Rust #AB2F05

Tints of Rust #AB2F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

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

R = 76.68%
G = 21.08%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB2F05 (or 0xAB2F05) is known color: Rust. HEX triplet: AB, 2F and 05. RGB value is (171,47,5). Sum of RGB (Red+Green+Blue) = 171+47+5=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F05 is #54D0FA. Grayscale: #4F4F4F. Windows color (decimal): -5558523 or 339883. OLE color: 339883.

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

Color convert

RGB 171 47 5 -
CMYK 0 0.73 0.97 0.33
HSL 15.18º 0.94% 0.35% -
HSV(B) 15.18º 0.97% 0.67% -
XYZ 17.84 10.7 1.27 -
YUV 79.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 171 47 5 0 0.73 0.97 0.33 15.18 0.94 0.35
Hex AB 2F 5 0 49 61 21 F 5E 23
Octal 253 57 5 0 111 141 41 17 136 43
Binary 10101011 101111 101 0 1001001 1100001 100001 1111 1011110 100011

Color Harmonies of #AB2F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F05

Black with #AB2F05

Text Example


Text Example

White with #AB2F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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