Html Css Color HEX #AE121E Venetian Red

📋 copy color: '#AE121E'

red 174 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #AE121E

Tints of Venetian Red #AE121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 78.38%
G = 8.11%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE121E (or 0xAE121E) is known color: Venetian Red. HEX triplet: AE, 12 and 1E. RGB value is (174,18,30). Sum of RGB (Red+Green+Blue) = 174+18+30=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121E is #51EDE1. Grayscale: #424242. Windows color (decimal): -5369314 or 1970862. OLE color: 1970862.

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

Color convert

RGB 174 18 30 -
CMYK 0 0.90 0.83 0.32
HSL 355.38º 0.81% 0.38% -
HSV(B) 355.38º 0.9% 0.68% -
XYZ 17.91 9.53 2.12 -
YUV 66.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 174 18 30 0 0.90 0.83 0.32 355.38 0.81 0.38
Hex AE 12 1E 0 5A 53 20 163 51 26
Octal 256 22 36 0 132 123 40 543 121 46
Binary 10101110 10010 11110 0 1011010 1010011 100000 101100011 1010001 100110

Color Harmonies of #AE121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE121E

Black with #AE121E

Text Example


Text Example

White with #AE121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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