Html Css Color HEX #AB2F09 Rust

📋 copy color: '#AB2F09'

red 171 ◦ green 47 ◦ blue 9

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

Shades of Rust #AB2F09

Tints of Rust #AB2F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 75.33%
G = 20.7%
B = 3.96%

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

#AB2F09 (or 0xAB2F09) is known color: Rust. HEX triplet: AB, 2F and 09. RGB value is (171,47,9). Sum of RGB (Red+Green+Blue) = 171+47+9=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F09 is #54D0F6. Grayscale: #505050. Windows color (decimal): -5558519 or 602027. OLE color: 602027.

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

Color convert

RGB 171 47 9 -
CMYK 0 0.73 0.95 0.33
HSL 14.07º 0.9% 0.35% -
HSV(B) 14.07º 0.95% 0.67% -
XYZ 17.86 10.71 1.38 -
YUV 79.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 171 47 9 0 0.73 0.95 0.33 14.07 0.9 0.35
Hex AB 2F 9 0 49 5F 21 E 5A 23
Octal 253 57 11 0 111 137 41 16 132 43
Binary 10101011 101111 1001 0 1001001 1011111 100001 1110 1011010 100011

Color Harmonies of #AB2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F09

Black with #AB2F09

Text Example


Text Example

White with #AB2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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