Html Css Color HEX #AE060D Venetian Red

📋 copy color: '#AE060D'

red 174 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #AE060D

Tints of Venetian Red #AE060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 90.16%
G = 3.11%
B = 6.74%

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

#AE060D (or 0xAE060D) is known color: Venetian Red. HEX triplet: AE, 06 and 0D. RGB value is (174,6,13). Sum of RGB (Red+Green+Blue) = 174+6+13=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE060D is #51F9F2. Grayscale: #393939. Windows color (decimal): -5372403 or 853678. OLE color: 853678.

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

Color convert

RGB 174 6 13 -
CMYK 0 0.97 0.93 0.32
HSL 357.5º 0.93% 0.35% -
HSV(B) 357.5º 0.97% 0.68% -
XYZ 17.59 9.16 1.22 -
YUV 57.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 174 6 13 0 0.97 0.93 0.32 357.5 0.93 0.35
Hex AE 6 D 0 61 5D 20 166 5D 23
Octal 256 6 15 0 141 135 40 546 135 43
Binary 10101110 110 1101 0 1100001 1011101 100000 101100110 1011101 100011

Color Harmonies of #AE060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE060D

Black with #AE060D

Text Example


Text Example

White with #AE060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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