Html Css Color HEX #AE1124 Venetian Red

📋 copy color: '#AE1124'

red 174 ◦ green 17 ◦ blue 36

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

Shades of Venetian Red #AE1124

Tints of Venetian Red #AE1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 76.65%
G = 7.49%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE1124 (or 0xAE1124) is known color: Venetian Red. HEX triplet: AE, 11 and 24. RGB value is (174,17,36). Sum of RGB (Red+Green+Blue) = 174+17+36=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1124 is #51EEDB. Grayscale: #424242. Windows color (decimal): -5369564 or 2363822. OLE color: 2363822.

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

Color convert

RGB 174 17 36 -
CMYK 0 0.90 0.79 0.32
HSL 352.74º 0.82% 0.37% -
HSV(B) 352.74º 0.9% 0.68% -
XYZ 17.97 9.53 2.56 -
YUV 66.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 174 17 36 0 0.90 0.79 0.32 352.74 0.82 0.37
Hex AE 11 24 0 5A 4F 20 161 52 25
Octal 256 21 44 0 132 117 40 541 122 45
Binary 10101110 10001 100100 0 1011010 1001111 100000 101100001 1010010 100101

Color Harmonies of #AE1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1124

Black with #AE1124

Text Example


Text Example

White with #AE1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1124; }

 p { color: rgb(174,17,36); }

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

background-color css

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

 a { background-color: rgb(174,17,36); }

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

border-color css

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

 span { border-color: rgb(174,17,36); }

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