Html Css Color HEX #AE0211 Carmine

📋 copy color: '#AE0211'

red 174 ◦ green 2 ◦ blue 17

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

Shades of Carmine #AE0211

Tints of Carmine #AE0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 90.16%
G = 1.04%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE0211 (or 0xAE0211) is known color: Carmine. HEX triplet: AE, 02 and 11. RGB value is (174,2,17). Sum of RGB (Red+Green+Blue) = 174+2+17=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0211 is #51FDEE. Grayscale: #373737. Windows color (decimal): -5373423 or 1114798. OLE color: 1114798.

HSL color Cylindrical-coordinate representation of color #AE0211: hue angle of 354.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0211 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 17 -
CMYK 0 0.99 0.90 0.32
HSL 354.77º 0.98% 0.35% -
HSV(B) 354.77º 0.99% 0.68% -
XYZ 17.58 9.08 1.36 -
YUV 55.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 174 2 17 0 0.99 0.90 0.32 354.77 0.98 0.35
Hex AE 2 11 0 63 5A 20 163 62 23
Octal 256 2 21 0 143 132 40 543 142 43
Binary 10101110 10 10001 0 1100011 1011010 100000 101100011 1100010 100011

Color Harmonies of #AE0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0211

Black with #AE0211

Text Example


Text Example

White with #AE0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0211; }

 p { color: rgb(174,2,17); }

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

background-color css

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

 a { background-color: rgb(174,2,17); }

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

border-color css

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

 span { border-color: rgb(174,2,17); }

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