Html Css Color HEX #AE0C0D Venetian Red

📋 copy color: '#AE0C0D'

red 174 ◦ green 12 ◦ blue 13

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

Shades of Venetian Red #AE0C0D

Tints of Venetian Red #AE0C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 87.44%
G = 6.03%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE0C0D (or 0xAE0C0D) is known color: Venetian Red. HEX triplet: AE, 0C and 0D. RGB value is (174,12,13). Sum of RGB (Red+Green+Blue) = 174+12+13=199 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87.44% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C0D is #51F3F2. Grayscale: #3C3C3C. Windows color (decimal): -5370867 or 855214. OLE color: 855214.

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

Color convert

RGB 174 12 13 -
CMYK 0 0.93 0.93 0.32
HSL 359.63º 0.87% 0.36% -
HSV(B) 359.63º 0.93% 0.68% -
XYZ 17.66 9.29 1.24 -
YUV 60.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 174 12 13 0 0.93 0.93 0.32 359.63 0.87 0.36
Hex AE C D 0 5D 5D 20 168 57 24
Octal 256 14 15 0 135 135 40 550 127 44
Binary 10101110 1100 1101 0 1011101 1011101 100000 101101000 1010111 100100

Color Harmonies of #AE0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C0D

Black with #AE0C0D

Text Example


Text Example

White with #AE0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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