Html Css Color HEX #AE080A Venetian Red

📋 copy color: '#AE080A'

red 174 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #AE080A

Tints of Venetian Red #AE080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 90.63%
G = 4.17%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE080A (or 0xAE080A) is known color: Venetian Red. HEX triplet: AE, 08 and 0A. RGB value is (174,8,10). Sum of RGB (Red+Green+Blue) = 174+8+10=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE080A is #51F7F5. Grayscale: #3A3A3A. Windows color (decimal): -5371894 or 657582. OLE color: 657582.

HSL color Cylindrical-coordinate representation of color #AE080A: hue angle of 359.28º degrees, saturation: 0.91, 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 #AE080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 10 -
CMYK 0 0.95 0.94 0.32
HSL 359.28º 0.91% 0.36% -
HSV(B) 359.28º 0.95% 0.68% -
XYZ 17.6 9.19 1.13 -
YUV 57.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 174 8 10 0 0.95 0.94 0.32 359.28 0.91 0.36
Hex AE 8 A 0 5F 5E 20 167 5B 24
Octal 256 10 12 0 137 136 40 547 133 44
Binary 10101110 1000 1010 0 1011111 1011110 100000 101100111 1011011 100100

Color Harmonies of #AE080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE080A

Black with #AE080A

Text Example


Text Example

White with #AE080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE080A; }

 p { color: rgb(174,8,10); }

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

background-color css

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

 a { background-color: rgb(174,8,10); }

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

border-color css

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

 span { border-color: rgb(174,8,10); }

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