Html Css Color HEX #AE191C Venetian Red

📋 copy color: '#AE191C'

red 174 ◦ green 25 ◦ blue 28

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

Shades of Venetian Red #AE191C

Tints of Venetian Red #AE191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 76.65%
G = 11.01%
B = 12.33%

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

#AE191C (or 0xAE191C) is known color: Venetian Red. HEX triplet: AE, 19 and 1C. RGB value is (174,25,28). Sum of RGB (Red+Green+Blue) = 174+25+28=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE191C is #51E6E3. Grayscale: #464646. Windows color (decimal): -5367524 or 1841582. OLE color: 1841582.

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

Color convert

RGB 174 25 28 -
CMYK 0 0.86 0.84 0.32
HSL 358.79º 0.75% 0.39% -
HSV(B) 358.79º 0.86% 0.68% -
XYZ 18.01 9.78 2.04 -
YUV 69.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 174 25 28 0 0.86 0.84 0.32 358.79 0.75 0.39
Hex AE 19 1C 0 56 54 20 167 4B 27
Octal 256 31 34 0 126 124 40 547 113 47
Binary 10101110 11001 11100 0 1010110 1010100 100000 101100111 1001011 100111

Color Harmonies of #AE191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE191C

Black with #AE191C

Text Example


Text Example

White with #AE191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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