Html Css Color HEX #AE030C Venetian Red

📋 copy color: '#AE030C'

red 174 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #AE030C

Tints of Venetian Red #AE030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 92.06%
G = 1.59%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE030C (or 0xAE030C) is known color: Venetian Red. HEX triplet: AE, 03 and 0C. RGB value is (174,3,12). Sum of RGB (Red+Green+Blue) = 174+3+12=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE030C is #51FCF3. Grayscale: #373737. Windows color (decimal): -5373172 or 787374. OLE color: 787374.

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

Color convert

RGB 174 3 12 -
CMYK 0 0.98 0.93 0.32
HSL 356.84º 0.97% 0.35% -
HSV(B) 356.84º 0.98% 0.68% -
XYZ 17.55 9.09 1.18 -
YUV 55.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 174 3 12 0 0.98 0.93 0.32 356.84 0.97 0.35
Hex AE 3 C 0 62 5D 20 165 61 23
Octal 256 3 14 0 142 135 40 545 141 43
Binary 10101110 11 1100 0 1100010 1011101 100000 101100101 1100001 100011

Color Harmonies of #AE030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE030C

Black with #AE030C

Text Example


Text Example

White with #AE030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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