Html Css Color HEX #AE0721 Carmine

📋 copy color: '#AE0721'

red 174 ◦ green 7 ◦ blue 33

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

Shades of Carmine #AE0721

Tints of Carmine #AE0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

 BLUE value IS 33 (13.28% from 255) = 15.42%

R = 81.31%
G = 3.27%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE0721 (or 0xAE0721) is known color: Carmine. HEX triplet: AE, 07 and 21. RGB value is (174,7,33). Sum of RGB (Red+Green+Blue) = 174+7+33=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0721 is #51F8DE. Grayscale: #3B3B3B. Windows color (decimal): -5372127 or 2164654. OLE color: 2164654.

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

Color convert

RGB 174 7 33 -
CMYK 0 0.96 0.81 0.32
HSL 350.66º 0.92% 0.35% -
HSV(B) 350.66º 0.96% 0.68% -
XYZ 17.81 9.26 2.29 -
YUV 59.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 174 7 33 0 0.96 0.81 0.32 350.66 0.92 0.35
Hex AE 7 21 0 60 51 20 15F 5C 23
Octal 256 7 41 0 140 121 40 537 134 43
Binary 10101110 111 100001 0 1100000 1010001 100000 101011111 1011100 100011

Color Harmonies of #AE0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0721

Black with #AE0721

Text Example


Text Example

White with #AE0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0721; }

 p { color: rgb(174,7,33); }

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

background-color css

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

 a { background-color: rgb(174,7,33); }

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

border-color css

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

 span { border-color: rgb(174,7,33); }

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