Html Css Color HEX #AE141E Venetian Red

📋 copy color: '#AE141E'

red 174 ◦ green 20 ◦ blue 30

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

Shades of Venetian Red #AE141E

Tints of Venetian Red #AE141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 77.68%
G = 8.93%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE141E (or 0xAE141E) is known color: Venetian Red. HEX triplet: AE, 14 and 1E. RGB value is (174,20,30). Sum of RGB (Red+Green+Blue) = 174+20+30=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE141E is #51EBE1. Grayscale: #434343. Windows color (decimal): -5368802 or 1971374. OLE color: 1971374.

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

Color convert

RGB 174 20 30 -
CMYK 0 0.89 0.83 0.32
HSL 356.1º 0.79% 0.38% -
HSV(B) 356.1º 0.89% 0.68% -
XYZ 17.94 9.59 2.13 -
YUV 67.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 174 20 30 0 0.89 0.83 0.32 356.1 0.79 0.38
Hex AE 14 1E 0 59 53 20 164 4F 26
Octal 256 24 36 0 131 123 40 544 117 46
Binary 10101110 10100 11110 0 1011001 1010011 100000 101100100 1001111 100110

Color Harmonies of #AE141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE141E

Black with #AE141E

Text Example


Text Example

White with #AE141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE141E; }

 p { color: rgb(174,20,30); }

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

background-color css

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

 a { background-color: rgb(174,20,30); }

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

border-color css

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

 span { border-color: rgb(174,20,30); }

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