Html Css Color HEX #AE040D Venetian Red

📋 copy color: '#AE040D'

red 174 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #AE040D

Tints of Venetian Red #AE040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 91.1%
G = 2.09%
B = 6.81%

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

#AE040D (or 0xAE040D) is known color: Venetian Red. HEX triplet: AE, 04 and 0D. RGB value is (174,4,13). Sum of RGB (Red+Green+Blue) = 174+4+13=191 (25% of max value = 765). Red value is 174 (68.36% from 255 or 91.10% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 174 - color contains mainly: red. Hex color #AE040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE040D is #51FBF2. Grayscale: #373737. Windows color (decimal): -5372915 or 853166. OLE color: 853166.

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

Color convert

RGB 174 4 13 -
CMYK 0 0.98 0.93 0.32
HSL 356.82º 0.96% 0.35% -
HSV(B) 356.82º 0.98% 0.68% -
XYZ 17.57 9.11 1.21 -
YUV 55.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 174 4 13 0 0.98 0.93 0.32 356.82 0.96 0.35
Hex AE 4 D 0 62 5D 20 165 60 23
Octal 256 4 15 0 142 135 40 545 140 43
Binary 10101110 100 1101 0 1100010 1011101 100000 101100101 1100000 100011

Color Harmonies of #AE040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE040D

Black with #AE040D

Text Example


Text Example

White with #AE040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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