Html Css Color HEX #AE2D07 Rust

📋 copy color: '#AE2D07'

red 174 ◦ green 45 ◦ blue 7

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

Shades of Rust #AE2D07

Tints of Rust #AE2D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 7 (3.13% from 255) = 3.1%

R = 76.99%
G = 19.91%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE2D07 (or 0xAE2D07) is known color: Rust. HEX triplet: AE, 2D and 07. RGB value is (174,45,7). Sum of RGB (Red+Green+Blue) = 174+45+7=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D07 is #51D2F8. Grayscale: #4F4F4F. Windows color (decimal): -5362425 or 470446. OLE color: 470446.

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

Color convert

RGB 174 45 7 -
CMYK 0 0.74 0.96 0.32
HSL 13.65º 0.92% 0.35% -
HSV(B) 13.65º 0.96% 0.68% -
XYZ 18.43 10.89 1.33 -
YUV 79.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 174 45 7 0 0.74 0.96 0.32 13.65 0.92 0.35
Hex AE 2D 7 0 4A 60 20 E 5C 23
Octal 256 55 7 0 112 140 40 16 134 43
Binary 10101110 101101 111 0 1001010 1100000 100000 1110 1011100 100011

Color Harmonies of #AE2D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2D07

Black with #AE2D07

Text Example


Text Example

White with #AE2D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2D07; }

 p { color: rgb(174,45,7); }

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

background-color css

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

 a { background-color: rgb(174,45,7); }

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

border-color css

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

 span { border-color: rgb(174,45,7); }

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