Html Css Color HEX #AE121C Venetian Red

📋 copy color: '#AE121C'

red 174 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #AE121C

Tints of Venetian Red #AE121C

RGB

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

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

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

R = 79.09%
G = 8.18%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE121C (or 0xAE121C) is known color: Venetian Red. HEX triplet: AE, 12 and 1C. RGB value is (174,18,28). Sum of RGB (Red+Green+Blue) = 174+18+28=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121C is #51EDE3. Grayscale: #414141. Windows color (decimal): -5369316 or 1839790. OLE color: 1839790.

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

Color convert

RGB 174 18 28 -
CMYK 0 0.90 0.84 0.32
HSL 356.15º 0.81% 0.38% -
HSV(B) 356.15º 0.9% 0.68% -
XYZ 17.88 9.52 1.99 -
YUV 65.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 174 18 28 0 0.90 0.84 0.32 356.15 0.81 0.38
Hex AE 12 1C 0 5A 54 20 164 51 26
Octal 256 22 34 0 132 124 40 544 121 46
Binary 10101110 10010 11100 0 1011010 1010100 100000 101100100 1010001 100110

Color Harmonies of #AE121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE121C

Black with #AE121C

Text Example


Text Example

White with #AE121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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