Html Css Color HEX #AE0F20 Venetian Red

📋 copy color: '#AE0F20'

red 174 ◦ green 15 ◦ blue 32

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

Shades of Venetian Red #AE0F20

Tints of Venetian Red #AE0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 78.73%
G = 6.79%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE0F20 (or 0xAE0F20) is known color: Venetian Red. HEX triplet: AE, 0F and 20. RGB value is (174,15,32). Sum of RGB (Red+Green+Blue) = 174+15+32=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F20 is #51F0DF. Grayscale: #404040. Windows color (decimal): -5370080 or 2101166. OLE color: 2101166.

HSL color Cylindrical-coordinate representation of color #AE0F20: hue angle of 353.58º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F20 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 15 32 -
CMYK 0 0.91 0.82 0.32
HSL 353.58º 0.84% 0.37% -
HSV(B) 353.58º 0.91% 0.68% -
XYZ 17.89 9.44 2.25 -
YUV 64.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 174 15 32 0 0.91 0.82 0.32 353.58 0.84 0.37
Hex AE F 20 0 5B 52 20 162 54 25
Octal 256 17 40 0 133 122 40 542 124 45
Binary 10101110 1111 100000 0 1011011 1010010 100000 101100010 1010100 100101

Color Harmonies of #AE0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F20

Black with #AE0F20

Text Example


Text Example

White with #AE0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F20; }

 p { color: rgb(174,15,32); }

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

background-color css

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

 a { background-color: rgb(174,15,32); }

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

border-color css

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

 span { border-color: rgb(174,15,32); }

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