Html Css Color HEX #AE0511 Venetian Red

📋 copy color: '#AE0511'

red 174 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #AE0511

Tints of Venetian Red #AE0511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 88.78%
G = 2.55%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE0511 (or 0xAE0511) is known color: Venetian Red. HEX triplet: AE, 05 and 11. RGB value is (174,5,17). Sum of RGB (Red+Green+Blue) = 174+5+17=196 (25% of max value = 765). Red value is 174 (68.36% from 255 or 88.78% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0511 is #51FAEE. Grayscale: #393939. Windows color (decimal): -5372655 or 1115566. OLE color: 1115566.

HSL color Cylindrical-coordinate representation of color #AE0511: hue angle of 355.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0511 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 17 -
CMYK 0 0.97 0.90 0.32
HSL 355.74º 0.94% 0.35% -
HSV(B) 355.74º 0.97% 0.68% -
XYZ 17.61 9.15 1.37 -
YUV 56.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 174 5 17 0 0.97 0.90 0.32 355.74 0.94 0.35
Hex AE 5 11 0 61 5A 20 164 5E 23
Octal 256 5 21 0 141 132 40 544 136 43
Binary 10101110 101 10001 0 1100001 1011010 100000 101100100 1011110 100011

Color Harmonies of #AE0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0511

Black with #AE0511

Text Example


Text Example

White with #AE0511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0511; }

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

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

background-color css

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

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

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

border-color css

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

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

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