Html Css Color HEX #AE141A Venetian Red

📋 copy color: '#AE141A'

red 174 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #AE141A

Tints of Venetian Red #AE141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 79.09%
G = 9.09%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE141A (or 0xAE141A) is known color: Venetian Red. HEX triplet: AE, 14 and 1A. RGB value is (174,20,26). Sum of RGB (Red+Green+Blue) = 174+20+26=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE141A is #51EBE5. Grayscale: #424242. Windows color (decimal): -5368806 or 1709230. OLE color: 1709230.

HSL color Cylindrical-coordinate representation of color #AE141A: hue angle of 357.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE141A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 26 -
CMYK 0 0.89 0.85 0.32
HSL 357.66º 0.79% 0.38% -
HSV(B) 357.66º 0.89% 0.68% -
XYZ 17.89 9.57 1.88 -
YUV 66.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 174 20 26 0 0.89 0.85 0.32 357.66 0.79 0.38
Hex AE 14 1A 0 59 55 20 166 4F 26
Octal 256 24 32 0 131 125 40 546 117 46
Binary 10101110 10100 11010 0 1011001 1010101 100000 101100110 1001111 100110

Color Harmonies of #AE141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE141A

Black with #AE141A

Text Example


Text Example

White with #AE141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE141A; }

 p { color: rgb(174,20,26); }

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

background-color css

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

 a { background-color: rgb(174,20,26); }

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

border-color css

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

 span { border-color: rgb(174,20,26); }

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