Html Css Color HEX #AE0215 Carmine

📋 copy color: '#AE0215'

red 174 ◦ green 2 ◦ blue 21

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

Shades of Carmine #AE0215

Tints of Carmine #AE0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 88.32%
G = 1.02%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE0215 (or 0xAE0215) is known color: Carmine. HEX triplet: AE, 02 and 15. RGB value is (174,2,21). Sum of RGB (Red+Green+Blue) = 174+2+21=197 (26% of max value = 765). Red value is 174 (68.36% from 255 or 88.32% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0215 is #51FDEA. Grayscale: #373737. Windows color (decimal): -5373419 or 1376942. OLE color: 1376942.

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

Color convert

RGB 174 2 21 -
CMYK 0 0.99 0.88 0.32
HSL 353.37º 0.98% 0.35% -
HSV(B) 353.37º 0.99% 0.68% -
XYZ 17.61 9.1 1.54 -
YUV 55.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 174 2 21 0 0.99 0.88 0.32 353.37 0.98 0.35
Hex AE 2 15 0 63 58 20 161 62 23
Octal 256 2 25 0 143 130 40 541 142 43
Binary 10101110 10 10101 0 1100011 1011000 100000 101100001 1100010 100011

Color Harmonies of #AE0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0215

Black with #AE0215

Text Example


Text Example

White with #AE0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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