Html Css Color HEX #AE2808 Rust

📋 copy color: '#AE2808'

red 174 ◦ green 40 ◦ blue 8

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

Shades of Rust #AE2808

Tints of Rust #AE2808

RGB

 RED value IS 174 (68.36% from 255) = 78.38%

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

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

R = 78.38%
G = 18.02%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE2808 (or 0xAE2808) is known color: Rust. HEX triplet: AE, 28 and 08. RGB value is (174,40,8). Sum of RGB (Red+Green+Blue) = 174+40+8=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2808 is #51D7F7. Grayscale: #4C4C4C. Windows color (decimal): -5363704 or 534702. OLE color: 534702.

HSL color Cylindrical-coordinate representation of color #AE2808: hue angle of 11.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE2808 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 8 -
CMYK 0 0.77 0.95 0.32
HSL 11.57º 0.91% 0.36% -
HSV(B) 11.57º 0.95% 0.68% -
XYZ 18.26 10.53 1.3 -
YUV 76.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 174 40 8 0 0.77 0.95 0.32 11.57 0.91 0.36
Hex AE 28 8 0 4D 5F 20 C 5B 24
Octal 256 50 10 0 115 137 40 14 133 44
Binary 10101110 101000 1000 0 1001101 1011111 100000 1100 1011011 100100

Color Harmonies of #AE2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2808

Black with #AE2808

Text Example


Text Example

White with #AE2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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