Html Css Color HEX #AE3003 Rust

📋 copy color: '#AE3003'

red 174 ◦ green 48 ◦ blue 3

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

Shades of Rust #AE3003

Tints of Rust #AE3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 77.33%
G = 21.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE3003 (or 0xAE3003) is known color: Rust. HEX triplet: AE, 30 and 03. RGB value is (174,48,3). Sum of RGB (Red+Green+Blue) = 174+48+3=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3003 is #51CFFC. Grayscale: #505050. Windows color (decimal): -5361661 or 209070. OLE color: 209070.

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

Color convert

RGB 174 48 3 -
CMYK 0 0.72 0.98 0.32
HSL 15.79º 0.97% 0.35% -
HSV(B) 15.79º 0.98% 0.68% -
XYZ 18.53 11.12 1.26 -
YUV 80.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 174 48 3 0 0.72 0.98 0.32 15.79 0.97 0.35
Hex AE 30 3 0 48 62 20 10 61 23
Octal 256 60 3 0 110 142 40 20 141 43
Binary 10101110 110000 11 0 1001000 1100010 100000 10000 1100001 100011

Color Harmonies of #AE3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3003

Black with #AE3003

Text Example


Text Example

White with #AE3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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