Html Css Color HEX #AE060C Venetian Red

📋 copy color: '#AE060C'

red 174 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #AE060C

Tints of Venetian Red #AE060C

RGB

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

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

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

R = 90.63%
G = 3.13%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE060C (or 0xAE060C) is known color: Venetian Red. HEX triplet: AE, 06 and 0C. RGB value is (174,6,12). Sum of RGB (Red+Green+Blue) = 174+6+12=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE060C is #51F9F3. Grayscale: #393939. Windows color (decimal): -5372404 or 788142. OLE color: 788142.

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

Color convert

RGB 174 6 12 -
CMYK 0 0.97 0.93 0.32
HSL 357.86º 0.93% 0.35% -
HSV(B) 357.86º 0.97% 0.68% -
XYZ 17.59 9.16 1.19 -
YUV 56.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 174 6 12 0 0.97 0.93 0.32 357.86 0.93 0.35
Hex AE 6 C 0 61 5D 20 166 5D 23
Octal 256 6 14 0 141 135 40 546 135 43
Binary 10101110 110 1100 0 1100001 1011101 100000 101100110 1011101 100011

Color Harmonies of #AE060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE060C

Black with #AE060C

Text Example


Text Example

White with #AE060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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