Html Css Color HEX #AE1324 Venetian Red

📋 copy color: '#AE1324'

red 174 ◦ green 19 ◦ blue 36

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

Shades of Venetian Red #AE1324

Tints of Venetian Red #AE1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 75.98%
G = 8.3%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE1324 (or 0xAE1324) is known color: Venetian Red. HEX triplet: AE, 13 and 24. RGB value is (174,19,36). Sum of RGB (Red+Green+Blue) = 174+19+36=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1324 is #51ECDB. Grayscale: #434343. Windows color (decimal): -5369052 or 2364334. OLE color: 2364334.

HSL color Cylindrical-coordinate representation of color #AE1324: hue angle of 353.42º degrees, saturation: 0.8, 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 #AE1324 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 36 -
CMYK 0 0.89 0.79 0.32
HSL 353.42º 0.8% 0.38% -
HSV(B) 353.42º 0.89% 0.68% -
XYZ 18.01 9.59 2.57 -
YUV 67.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 174 19 36 0 0.89 0.79 0.32 353.42 0.8 0.38
Hex AE 13 24 0 59 4F 20 161 50 26
Octal 256 23 44 0 131 117 40 541 120 46
Binary 10101110 10011 100100 0 1011001 1001111 100000 101100001 1010000 100110

Color Harmonies of #AE1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1324

Black with #AE1324

Text Example


Text Example

White with #AE1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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