Html Css Color HEX #AE2802 Rust

📋 copy color: '#AE2802'

red 174 ◦ green 40 ◦ blue 2

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

Shades of Rust #AE2802

Tints of Rust #AE2802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 80.56%
G = 18.52%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE2802 (or 0xAE2802) is known color: Rust. HEX triplet: AE, 28 and 02. RGB value is (174,40,2). Sum of RGB (Red+Green+Blue) = 174+40+2=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2802 is #51D7FD. Grayscale: #4C4C4C. Windows color (decimal): -5363710 or 141486. OLE color: 141486.

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

Color convert

RGB 174 40 2 -
CMYK 0 0.77 0.99 0.32
HSL 13.26º 0.98% 0.35% -
HSV(B) 13.26º 0.99% 0.68% -
XYZ 18.23 10.52 1.13 -
YUV 75.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 174 40 2 0 0.77 0.99 0.32 13.26 0.98 0.35
Hex AE 28 2 0 4D 63 20 D 62 23
Octal 256 50 2 0 115 143 40 15 142 43
Binary 10101110 101000 10 0 1001101 1100011 100000 1101 1100010 100011

Color Harmonies of #AE2802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2802

Black with #AE2802

Text Example


Text Example

White with #AE2802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2802; }

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

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

background-color css

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

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

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

border-color css

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

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

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