Html Css Color HEX #AE2504 Rust

📋 copy color: '#AE2504'

red 174 ◦ green 37 ◦ blue 4

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

Shades of Rust #AE2504

Tints of Rust #AE2504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 80.93%
G = 17.21%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE2504 (or 0xAE2504) is known color: Rust. HEX triplet: AE, 25 and 04. RGB value is (174,37,4). Sum of RGB (Red+Green+Blue) = 174+37+4=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2504 is #51DAFB. Grayscale: #4A4A4A. Windows color (decimal): -5364476 or 271790. OLE color: 271790.

HSL color Cylindrical-coordinate representation of color #AE2504: hue angle of 11.65º degrees, saturation: 0.96, 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 #AE2504 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 4 -
CMYK 0 0.79 0.98 0.32
HSL 11.65º 0.96% 0.35% -
HSV(B) 11.65º 0.98% 0.68% -
XYZ 18.14 10.33 1.15 -
YUV 74.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 174 37 4 0 0.79 0.98 0.32 11.65 0.96 0.35
Hex AE 25 4 0 4F 62 20 C 60 23
Octal 256 45 4 0 117 142 40 14 140 43
Binary 10101110 100101 100 0 1001111 1100010 100000 1100 1100000 100011

Color Harmonies of #AE2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2504

Black with #AE2504

Text Example


Text Example

White with #AE2504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2504; }

 p { color: rgb(174,37,4); }

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

background-color css

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

 a { background-color: rgb(174,37,4); }

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

border-color css

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

 span { border-color: rgb(174,37,4); }

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