Html Css Color HEX #AB2F08 Rust

📋 copy color: '#AB2F08'

red 171 ◦ green 47 ◦ blue 8

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

Shades of Rust #AB2F08

Tints of Rust #AB2F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 75.66%
G = 20.8%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2F08 (or 0xAB2F08) is known color: Rust. HEX triplet: AB, 2F and 08. RGB value is (171,47,8). Sum of RGB (Red+Green+Blue) = 171+47+8=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F08 is #54D0F7. Grayscale: #4F4F4F. Windows color (decimal): -5558520 or 536491. OLE color: 536491.

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

Color convert

RGB 171 47 8 -
CMYK 0 0.73 0.95 0.33
HSL 14.36º 0.91% 0.35% -
HSV(B) 14.36º 0.95% 0.67% -
XYZ 17.85 10.71 1.36 -
YUV 79.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 171 47 8 0 0.73 0.95 0.33 14.36 0.91 0.35
Hex AB 2F 8 0 49 5F 21 E 5B 23
Octal 253 57 10 0 111 137 41 16 133 43
Binary 10101011 101111 1000 0 1001001 1011111 100001 1110 1011011 100011

Color Harmonies of #AB2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F08

Black with #AB2F08

Text Example


Text Example

White with #AB2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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