Html Css Color HEX #AE1022 Venetian Red

📋 copy color: '#AE1022'

red 174 ◦ green 16 ◦ blue 34

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

Shades of Venetian Red #AE1022

Tints of Venetian Red #AE1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 77.68%
G = 7.14%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE1022 (or 0xAE1022) is known color: Venetian Red. HEX triplet: AE, 10 and 22. RGB value is (174,16,34). Sum of RGB (Red+Green+Blue) = 174+16+34=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1022 is #51EFDD. Grayscale: #414141. Windows color (decimal): -5369822 or 2232494. OLE color: 2232494.

HSL color Cylindrical-coordinate representation of color #AE1022: hue angle of 353.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1022 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 34 -
CMYK 0 0.91 0.80 0.32
HSL 353.16º 0.83% 0.37% -
HSV(B) 353.16º 0.91% 0.68% -
XYZ 17.93 9.48 2.4 -
YUV 65.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 174 16 34 0 0.91 0.80 0.32 353.16 0.83 0.37
Hex AE 10 22 0 5B 50 20 161 53 25
Octal 256 20 42 0 133 120 40 541 123 45
Binary 10101110 10000 100010 0 1011011 1010000 100000 101100001 1010011 100101

Color Harmonies of #AE1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1022

Black with #AE1022

Text Example


Text Example

White with #AE1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1022; }

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

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

background-color css

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

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

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

border-color css

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

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

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