Html Css Color HEX #AE040E Venetian Red

📋 copy color: '#AE040E'

red 174 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #AE040E

Tints of Venetian Red #AE040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 90.63%
G = 2.08%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE040E (or 0xAE040E) is known color: Venetian Red. HEX triplet: AE, 04 and 0E. RGB value is (174,4,14). Sum of RGB (Red+Green+Blue) = 174+4+14=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE040E is #51FBF1. Grayscale: #383838. Windows color (decimal): -5372914 or 918702. OLE color: 918702.

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

Color convert

RGB 174 4 14 -
CMYK 0 0.98 0.92 0.32
HSL 356.47º 0.96% 0.35% -
HSV(B) 356.47º 0.98% 0.68% -
XYZ 17.58 9.12 1.25 -
YUV 55.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 174 4 14 0 0.98 0.92 0.32 356.47 0.96 0.35
Hex AE 4 E 0 62 5C 20 164 60 23
Octal 256 4 16 0 142 134 40 544 140 43
Binary 10101110 100 1110 0 1100010 1011100 100000 101100100 1100000 100011

Color Harmonies of #AE040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE040E

Black with #AE040E

Text Example


Text Example

White with #AE040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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