Html Css Color HEX #AE181D Venetian Red

📋 copy color: '#AE181D'

red 174 ◦ green 24 ◦ blue 29

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

Shades of Venetian Red #AE181D

Tints of Venetian Red #AE181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 76.65%
G = 10.57%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE181D (or 0xAE181D) is known color: Venetian Red. HEX triplet: AE, 18 and 1D. RGB value is (174,24,29). Sum of RGB (Red+Green+Blue) = 174+24+29=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE181D is #51E7E2. Grayscale: #454545. Windows color (decimal): -5367779 or 1906862. OLE color: 1906862.

HSL color Cylindrical-coordinate representation of color #AE181D: hue angle of 358º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE181D is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 29 -
CMYK 0 0.86 0.83 0.32
HSL 358º 0.76% 0.39% -
HSV(B) 358º 0.86% 0.68% -
XYZ 18 9.74 2.09 -
YUV 69.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 174 24 29 0 0.86 0.83 0.32 358 0.76 0.39
Hex AE 18 1D 0 56 53 20 166 4C 27
Octal 256 30 35 0 126 123 40 546 114 47
Binary 10101110 11000 11101 0 1010110 1010011 100000 101100110 1001100 100111

Color Harmonies of #AE181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE181D

Black with #AE181D

Text Example


Text Example

White with #AE181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE181D; }

 p { color: rgb(174,24,29); }

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

background-color css

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

 a { background-color: rgb(174,24,29); }

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

border-color css

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

 span { border-color: rgb(174,24,29); }

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