Html Css Color HEX #AE2708 Rust

📋 copy color: '#AE2708'

red 174 ◦ green 39 ◦ blue 8

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

Shades of Rust #AE2708

Tints of Rust #AE2708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 78.73%
G = 17.65%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE2708 (or 0xAE2708) is known color: Rust. HEX triplet: AE, 27 and 08. RGB value is (174,39,8). Sum of RGB (Red+Green+Blue) = 174+39+8=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2708 is #51D8F7. Grayscale: #4C4C4C. Windows color (decimal): -5363960 or 534446. OLE color: 534446.

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

Color convert

RGB 174 39 8 -
CMYK 0 0.78 0.95 0.32
HSL 11.2º 0.91% 0.36% -
HSV(B) 11.2º 0.95% 0.68% -
XYZ 18.22 10.47 1.29 -
YUV 75.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 174 39 8 0 0.78 0.95 0.32 11.2 0.91 0.36
Hex AE 27 8 0 4E 5F 20 B 5B 24
Octal 256 47 10 0 116 137 40 13 133 44
Binary 10101110 100111 1000 0 1001110 1011111 100000 1011 1011011 100100

Color Harmonies of #AE2708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2708

Black with #AE2708

Text Example


Text Example

White with #AE2708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2708; }

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

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

background-color css

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

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

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

border-color css

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

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

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