Html Css Color HEX #AE181C Venetian Red

📋 copy color: '#AE181C'

red 174 ◦ green 24 ◦ blue 28

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

Shades of Venetian Red #AE181C

Tints of Venetian Red #AE181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 76.99%
G = 10.62%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE181C (or 0xAE181C) is known color: Venetian Red. HEX triplet: AE, 18 and 1C. RGB value is (174,24,28). Sum of RGB (Red+Green+Blue) = 174+24+28=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE181C is #51E7E3. Grayscale: #454545. Windows color (decimal): -5367780 or 1841326. OLE color: 1841326.

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

Color convert

RGB 174 24 28 -
CMYK 0 0.86 0.84 0.32
HSL 358.4º 0.76% 0.39% -
HSV(B) 358.4º 0.86% 0.68% -
XYZ 17.99 9.74 2.03 -
YUV 69.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 174 24 28 0 0.86 0.84 0.32 358.4 0.76 0.39
Hex AE 18 1C 0 56 54 20 166 4C 27
Octal 256 30 34 0 126 124 40 546 114 47
Binary 10101110 11000 11100 0 1010110 1010100 100000 101100110 1001100 100111

Color Harmonies of #AE181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE181C

Black with #AE181C

Text Example


Text Example

White with #AE181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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