Html Css Color HEX #AE0C15 Venetian Red

📋 copy color: '#AE0C15'

red 174 ◦ green 12 ◦ blue 21

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

Shades of Venetian Red #AE0C15

Tints of Venetian Red #AE0C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 21 (8.59% from 255) = 10.14%

R = 84.06%
G = 5.8%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE0C15 (or 0xAE0C15) is known color: Venetian Red. HEX triplet: AE, 0C and 15. RGB value is (174,12,21). Sum of RGB (Red+Green+Blue) = 174+12+21=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C15 is #51F3EA. Grayscale: #3D3D3D. Windows color (decimal): -5370859 or 1379502. OLE color: 1379502.

HSL color Cylindrical-coordinate representation of color #AE0C15: hue angle of 356.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C15 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 21 -
CMYK 0 0.93 0.88 0.32
HSL 356.67º 0.87% 0.36% -
HSV(B) 356.67º 0.93% 0.68% -
XYZ 17.72 9.32 1.57 -
YUV 61.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 174 12 21 0 0.93 0.88 0.32 356.67 0.87 0.36
Hex AE C 15 0 5D 58 20 165 57 24
Octal 256 14 25 0 135 130 40 545 127 44
Binary 10101110 1100 10101 0 1011101 1011000 100000 101100101 1010111 100100

Color Harmonies of #AE0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C15

Black with #AE0C15

Text Example


Text Example

White with #AE0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C15; }

 p { color: rgb(174,12,21); }

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

background-color css

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

 a { background-color: rgb(174,12,21); }

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

border-color css

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

 span { border-color: rgb(174,12,21); }

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