Html Css Color HEX #AE1122 Venetian Red

📋 copy color: '#AE1122'

red 174 ◦ green 17 ◦ blue 34

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

Shades of Venetian Red #AE1122

Tints of Venetian Red #AE1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 77.33%
G = 7.56%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE1122 (or 0xAE1122) is known color: Venetian Red. HEX triplet: AE, 11 and 22. RGB value is (174,17,34). Sum of RGB (Red+Green+Blue) = 174+17+34=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1122 is #51EEDD. Grayscale: #414141. Windows color (decimal): -5369566 or 2232750. OLE color: 2232750.

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

Color convert

RGB 174 17 34 -
CMYK 0 0.90 0.80 0.32
HSL 353.5º 0.82% 0.37% -
HSV(B) 353.5º 0.9% 0.68% -
XYZ 17.94 9.52 2.4 -
YUV 65.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 174 17 34 0 0.90 0.80 0.32 353.5 0.82 0.37
Hex AE 11 22 0 5A 50 20 162 52 25
Octal 256 21 42 0 132 120 40 542 122 45
Binary 10101110 10001 100010 0 1011010 1010000 100000 101100010 1010010 100101

Color Harmonies of #AE1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1122

Black with #AE1122

Text Example


Text Example

White with #AE1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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