Html Css Color HEX #AE2B04 Rust

📋 copy color: '#AE2B04'

red 174 ◦ green 43 ◦ blue 4

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

Shades of Rust #AE2B04

Tints of Rust #AE2B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 78.73%
G = 19.46%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE2B04 (or 0xAE2B04) is known color: Rust. HEX triplet: AE, 2B and 04. RGB value is (174,43,4). Sum of RGB (Red+Green+Blue) = 174+43+4=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B04 is #51D4FB. Grayscale: #4E4E4E. Windows color (decimal): -5362940 or 273326. OLE color: 273326.

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

Color convert

RGB 174 43 4 -
CMYK 0 0.75 0.98 0.32
HSL 13.76º 0.96% 0.35% -
HSV(B) 13.76º 0.98% 0.68% -
XYZ 18.34 10.74 1.22 -
YUV 77.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 174 43 4 0 0.75 0.98 0.32 13.76 0.96 0.35
Hex AE 2B 4 0 4B 62 20 E 60 23
Octal 256 53 4 0 113 142 40 16 140 43
Binary 10101110 101011 100 0 1001011 1100010 100000 1110 1100000 100011

Color Harmonies of #AE2B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B04

Black with #AE2B04

Text Example


Text Example

White with #AE2B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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