Html Css Color HEX #AE090C Venetian Red

📋 copy color: '#AE090C'

red 174 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #AE090C

Tints of Venetian Red #AE090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 89.23%
G = 4.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE090C (or 0xAE090C) is known color: Venetian Red. HEX triplet: AE, 09 and 0C. RGB value is (174,9,12). Sum of RGB (Red+Green+Blue) = 174+9+12=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE090C is #51F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5371636 or 788910. OLE color: 788910.

HSL color Cylindrical-coordinate representation of color #AE090C: hue angle of 358.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 12 -
CMYK 0 0.95 0.93 0.32
HSL 358.91º 0.9% 0.36% -
HSV(B) 358.91º 0.95% 0.68% -
XYZ 17.62 9.22 1.2 -
YUV 58.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 174 9 12 0 0.95 0.93 0.32 358.91 0.9 0.36
Hex AE 9 C 0 5F 5D 20 167 5A 24
Octal 256 11 14 0 137 135 40 547 132 44
Binary 10101110 1001 1100 0 1011111 1011101 100000 101100111 1011010 100100

Color Harmonies of #AE090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE090C

Black with #AE090C

Text Example


Text Example

White with #AE090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE090C; }

 p { color: rgb(174,9,12); }

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

background-color css

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

 a { background-color: rgb(174,9,12); }

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

border-color css

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

 span { border-color: rgb(174,9,12); }

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