Html Css Color HEX #AE1213 Venetian Red

📋 copy color: '#AE1213'

red 174 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #AE1213

Tints of Venetian Red #AE1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 82.46%
G = 8.53%
B = 9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1213 (or 0xAE1213) is known color: Venetian Red. HEX triplet: AE, 12 and 13. RGB value is (174,18,19). Sum of RGB (Red+Green+Blue) = 174+18+19=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1213 is #51EDEC. Grayscale: #404040. Windows color (decimal): -5369325 or 1249966. OLE color: 1249966.

HSL color Cylindrical-coordinate representation of color #AE1213: hue angle of 359.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1213 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 19 -
CMYK 0 0.90 0.89 0.32
HSL 359.62º 0.81% 0.38% -
HSV(B) 359.62º 0.9% 0.68% -
XYZ 17.79 9.48 1.51 -
YUV 64.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 174 18 19 0 0.90 0.89 0.32 359.62 0.81 0.38
Hex AE 12 13 0 5A 59 20 168 51 26
Octal 256 22 23 0 132 131 40 550 121 46
Binary 10101110 10010 10011 0 1011010 1011001 100000 101101000 1010001 100110

Color Harmonies of #AE1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1213

Black with #AE1213

Text Example


Text Example

White with #AE1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1213; }

 p { color: rgb(174,18,19); }

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

background-color css

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

 a { background-color: rgb(174,18,19); }

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

border-color css

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

 span { border-color: rgb(174,18,19); }

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