Html Css Color HEX #AE0B15 Venetian Red

📋 copy color: '#AE0B15'

red 174 ◦ green 11 ◦ blue 21

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

Shades of Venetian Red #AE0B15

Tints of Venetian Red #AE0B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.34%

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

R = 84.47%
G = 5.34%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE0B15 (or 0xAE0B15) is known color: Venetian Red. HEX triplet: AE, 0B and 15. RGB value is (174,11,21). Sum of RGB (Red+Green+Blue) = 174+11+21=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0B15 is #51F4EA. Grayscale: #3D3D3D. Windows color (decimal): -5371115 or 1379246. OLE color: 1379246.

HSL color Cylindrical-coordinate representation of color #AE0B15: hue angle of 356.32º degrees, saturation: 0.88, 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 #AE0B15 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 11 21 -
CMYK 0 0.94 0.88 0.32
HSL 356.32º 0.88% 0.36% -
HSV(B) 356.32º 0.94% 0.68% -
XYZ 17.71 9.29 1.57 -
YUV 60.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 174 11 21 0 0.94 0.88 0.32 356.32 0.88 0.36
Hex AE B 15 0 5E 58 20 164 58 24
Octal 256 13 25 0 136 130 40 544 130 44
Binary 10101110 1011 10101 0 1011110 1011000 100000 101100100 1011000 100100

Color Harmonies of #AE0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B15

Black with #AE0B15

Text Example


Text Example

White with #AE0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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