Html Css Color HEX #AE151C Venetian Red

📋 copy color: '#AE151C'

red 174 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #AE151C

Tints of Venetian Red #AE151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

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

R = 78.03%
G = 9.42%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE151C (or 0xAE151C) is known color: Venetian Red. HEX triplet: AE, 15 and 1C. RGB value is (174,21,28). Sum of RGB (Red+Green+Blue) = 174+21+28=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE151C is #51EAE3. Grayscale: #434343. Windows color (decimal): -5368548 or 1840558. OLE color: 1840558.

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

Color convert

RGB 174 21 28 -
CMYK 0 0.88 0.84 0.32
HSL 357.25º 0.78% 0.38% -
HSV(B) 357.25º 0.88% 0.68% -
XYZ 17.93 9.62 2.01 -
YUV 67.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 174 21 28 0 0.88 0.84 0.32 357.25 0.78 0.38
Hex AE 15 1C 0 58 54 20 165 4E 26
Octal 256 25 34 0 130 124 40 545 116 46
Binary 10101110 10101 11100 0 1011000 1010100 100000 101100101 1001110 100110

Color Harmonies of #AE151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE151C

Black with #AE151C

Text Example


Text Example

White with #AE151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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