Html Css Color HEX #AB2E07 Rust

📋 copy color: '#AB2E07'

red 171 ◦ green 46 ◦ blue 7

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

Shades of Rust #AB2E07

Tints of Rust #AB2E07

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 76.34%
G = 20.54%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2E07 (or 0xAB2E07) is known color: Rust. HEX triplet: AB, 2E and 07. RGB value is (171,46,7). Sum of RGB (Red+Green+Blue) = 171+46+7=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E07 is #54D1F8. Grayscale: #4F4F4F. Windows color (decimal): -5558777 or 470699. OLE color: 470699.

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

Color convert

RGB 171 46 7 -
CMYK 0 0.73 0.96 0.33
HSL 14.27º 0.92% 0.35% -
HSV(B) 14.27º 0.96% 0.67% -
XYZ 17.81 10.63 1.31 -
YUV 78.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 171 46 7 0 0.73 0.96 0.33 14.27 0.92 0.35
Hex AB 2E 7 0 49 60 21 E 5C 23
Octal 253 56 7 0 111 140 41 16 134 43
Binary 10101011 101110 111 0 1001001 1100000 100001 1110 1011100 100011

Color Harmonies of #AB2E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E07

Black with #AB2E07

Text Example


Text Example

White with #AB2E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E07; }

 p { color: rgb(171,46,7); }

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

background-color css

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

 a { background-color: rgb(171,46,7); }

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

border-color css

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

 span { border-color: rgb(171,46,7); }

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