Html Css Color HEX #AE3002 Rust

📋 copy color: '#AE3002'

red 174 ◦ green 48 ◦ blue 2

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

Shades of Rust #AE3002

Tints of Rust #AE3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 77.68%
G = 21.43%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3002 (or 0xAE3002) is known color: Rust. HEX triplet: AE, 30 and 02. RGB value is (174,48,2). Sum of RGB (Red+Green+Blue) = 174+48+2=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3002 is #51CFFD. Grayscale: #505050. Windows color (decimal): -5361662 or 143534. OLE color: 143534.

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

Color convert

RGB 174 48 2 -
CMYK 0 0.72 0.99 0.32
HSL 16.05º 0.98% 0.35% -
HSV(B) 16.05º 0.99% 0.68% -
XYZ 18.52 11.12 1.23 -
YUV 80.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 174 48 2 0 0.72 0.99 0.32 16.05 0.98 0.35
Hex AE 30 2 0 48 63 20 10 62 23
Octal 256 60 2 0 110 143 40 20 142 43
Binary 10101110 110000 10 0 1001000 1100011 100000 10000 1100010 100011

Color Harmonies of #AE3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3002

Black with #AE3002

Text Example


Text Example

White with #AE3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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