Html Css Color HEX #AE0D1B Venetian Red

📋 copy color: '#AE0D1B'

red 174 ◦ green 13 ◦ blue 27

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

Shades of Venetian Red #AE0D1B

Tints of Venetian Red #AE0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 81.31%
G = 6.07%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE0D1B (or 0xAE0D1B) is known color: Venetian Red. HEX triplet: AE, 0D and 1B. RGB value is (174,13,27). Sum of RGB (Red+Green+Blue) = 174+13+27=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D1B is #51F2E4. Grayscale: #3E3E3E. Windows color (decimal): -5370597 or 1772974. OLE color: 1772974.

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

Color convert

RGB 174 13 27 -
CMYK 0 0.93 0.84 0.32
HSL 354.78º 0.86% 0.37% -
HSV(B) 354.78º 0.93% 0.68% -
XYZ 17.8 9.37 1.91 -
YUV 62.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 174 13 27 0 0.93 0.84 0.32 354.78 0.86 0.37
Hex AE D 1B 0 5D 54 20 163 56 25
Octal 256 15 33 0 135 124 40 543 126 45
Binary 10101110 1101 11011 0 1011101 1010100 100000 101100011 1010110 100101

Color Harmonies of #AE0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D1B

Black with #AE0D1B

Text Example


Text Example

White with #AE0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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