Html Css Color HEX #AE0227 Carmine

📋 copy color: '#AE0227'

red 174 ◦ green 2 ◦ blue 39

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

Shades of Carmine #AE0227

Tints of Carmine #AE0227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 80.93%
G = 0.93%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE0227 (or 0xAE0227) is known color: Carmine. HEX triplet: AE, 02 and 27. RGB value is (174,2,39). Sum of RGB (Red+Green+Blue) = 174+2+39=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0227 is #51FDD8. Grayscale: #393939. Windows color (decimal): -5373401 or 2556590. OLE color: 2556590.

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

Color convert

RGB 174 2 39 -
CMYK 0 0.99 0.78 0.32
HSL 347.09º 0.98% 0.35% -
HSV(B) 347.09º 0.99% 0.68% -
XYZ 17.84 9.19 2.75 -
YUV 57.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 174 2 39 0 0.99 0.78 0.32 347.09 0.98 0.35
Hex AE 2 27 0 63 4E 20 15B 62 23
Octal 256 2 47 0 143 116 40 533 142 43
Binary 10101110 10 100111 0 1100011 1001110 100000 101011011 1100010 100011

Color Harmonies of #AE0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0227

Black with #AE0227

Text Example


Text Example

White with #AE0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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