Html Css Color HEX #AE2202 Rust

📋 copy color: '#AE2202'

red 174 ◦ green 34 ◦ blue 2

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

Shades of Rust #AE2202

Tints of Rust #AE2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 82.86%
G = 16.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE2202 (or 0xAE2202) is known color: Rust. HEX triplet: AE, 22 and 02. RGB value is (174,34,2). Sum of RGB (Red+Green+Blue) = 174+34+2=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2202 is #51DDFD. Grayscale: #484848. Windows color (decimal): -5365246 or 139950. OLE color: 139950.

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

Color convert

RGB 174 34 2 -
CMYK 0 0.80 0.99 0.32
HSL 11.16º 0.98% 0.35% -
HSV(B) 11.16º 0.99% 0.68% -
XYZ 18.04 10.15 1.07 -
YUV 72.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 174 34 2 0 0.80 0.99 0.32 11.16 0.98 0.35
Hex AE 22 2 0 50 63 20 B 62 23
Octal 256 42 2 0 120 143 40 13 142 43
Binary 10101110 100010 10 0 1010000 1100011 100000 1011 1100010 100011

Color Harmonies of #AE2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2202

Black with #AE2202

Text Example


Text Example

White with #AE2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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