Html Css Color HEX #AE0613 Venetian Red

📋 copy color: '#AE0613'

red 174 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #AE0613

Tints of Venetian Red #AE0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 87.44%
G = 3.02%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE0613 (or 0xAE0613) is known color: Venetian Red. HEX triplet: AE, 06 and 13. RGB value is (174,6,19). Sum of RGB (Red+Green+Blue) = 174+6+19=199 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87.44% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0613 is #51F9EC. Grayscale: #393939. Windows color (decimal): -5372397 or 1246894. OLE color: 1246894.

HSL color Cylindrical-coordinate representation of color #AE0613: hue angle of 355.36º degrees, saturation: 0.93, 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 #AE0613 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 19 -
CMYK 0 0.97 0.89 0.32
HSL 355.36º 0.93% 0.35% -
HSV(B) 355.36º 0.97% 0.68% -
XYZ 17.64 9.18 1.46 -
YUV 57.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 174 6 19 0 0.97 0.89 0.32 355.36 0.93 0.35
Hex AE 6 13 0 61 59 20 163 5D 23
Octal 256 6 23 0 141 131 40 543 135 43
Binary 10101110 110 10011 0 1100001 1011001 100000 101100011 1011101 100011

Color Harmonies of #AE0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0613

Black with #AE0613

Text Example


Text Example

White with #AE0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0613; }

 p { color: rgb(174,6,19); }

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

background-color css

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

 a { background-color: rgb(174,6,19); }

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

border-color css

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

 span { border-color: rgb(174,6,19); }

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