Html Css Color HEX #AE0A18 Venetian Red

📋 copy color: '#AE0A18'

red 174 ◦ green 10 ◦ blue 24

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

Shades of Venetian Red #AE0A18

Tints of Venetian Red #AE0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 83.65%
G = 4.81%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE0A18 (or 0xAE0A18) is known color: Venetian Red. HEX triplet: AE, 0A and 18. RGB value is (174,10,24). Sum of RGB (Red+Green+Blue) = 174+10+24=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0A18 is #51F5E7. Grayscale: #3C3C3C. Windows color (decimal): -5371368 or 1575598. OLE color: 1575598.

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

Color convert

RGB 174 10 24 -
CMYK 0 0.94 0.86 0.32
HSL 354.88º 0.89% 0.36% -
HSV(B) 354.88º 0.94% 0.68% -
XYZ 17.73 9.28 1.72 -
YUV 60.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 174 10 24 0 0.94 0.86 0.32 354.88 0.89 0.36
Hex AE A 18 0 5E 56 20 163 59 24
Octal 256 12 30 0 136 126 40 543 131 44
Binary 10101110 1010 11000 0 1011110 1010110 100000 101100011 1011001 100100

Color Harmonies of #AE0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A18

Black with #AE0A18

Text Example


Text Example

White with #AE0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A18; }

 p { color: rgb(174,10,24); }

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

background-color css

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

 a { background-color: rgb(174,10,24); }

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

border-color css

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

 span { border-color: rgb(174,10,24); }

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