Html Css Color HEX #AE0231 Carmine

📋 copy color: '#AE0231'

red 174 ◦ green 2 ◦ blue 49

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

Shades of Carmine #AE0231

Tints of Carmine #AE0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 77.33%
G = 0.89%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE0231 (or 0xAE0231) is known color: Carmine. HEX triplet: AE, 02 and 31. RGB value is (174,2,49). Sum of RGB (Red+Green+Blue) = 174+2+49=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0231 is #51FDCE. Grayscale: #3A3A3A. Windows color (decimal): -5373391 or 3211950. OLE color: 3211950.

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

Color convert

RGB 174 2 49 -
CMYK 0 0.99 0.72 0.32
HSL 343.6º 0.98% 0.35% -
HSV(B) 343.6º 0.99% 0.68% -
XYZ 18.03 9.26 3.74 -
YUV 58.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 174 2 49 0 0.99 0.72 0.32 343.6 0.98 0.35
Hex AE 2 31 0 63 48 20 158 62 23
Octal 256 2 61 0 143 110 40 530 142 43
Binary 10101110 10 110001 0 1100011 1001000 100000 101011000 1100010 100011

Color Harmonies of #AE0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0231

Black with #AE0231

Text Example


Text Example

White with #AE0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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