Html Css Color HEX #AA2808 Rust

📋 copy color: '#AA2808'

red 170 ◦ green 40 ◦ blue 8

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

Shades of Rust #AA2808

Tints of Rust #AA2808

RGB

 RED value IS 170 (66.8% from 255) = 77.98%

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 77.98%
G = 18.35%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA2808 (or 0xAA2808) is known color: Rust. HEX triplet: AA, 28 and 08. RGB value is (170,40,8). Sum of RGB (Red+Green+Blue) = 170+40+8=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2808 is #55D7F7. Grayscale: #4B4B4B. Windows color (decimal): -5625848 or 534698. OLE color: 534698.

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

Color convert

RGB 170 40 8 -
CMYK 0 0.76 0.95 0.33
HSL 11.85º 0.91% 0.35% -
HSV(B) 11.85º 0.95% 0.67% -
XYZ 17.38 10.08 1.26 -
YUV 75.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 170 40 8 0 0.76 0.95 0.33 11.85 0.91 0.35
Hex AA 28 8 0 4C 5F 21 C 5B 23
Octal 252 50 10 0 114 137 41 14 133 43
Binary 10101010 101000 1000 0 1001100 1011111 100001 1100 1011011 100011

Color Harmonies of #AA2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2808

Black with #AA2808

Text Example


Text Example

White with #AA2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2808; }

 p { color: rgb(170,40,8); }

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

background-color css

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

 a { background-color: rgb(170,40,8); }

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

border-color css

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

 span { border-color: rgb(170,40,8); }

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