Html Css Color HEX #AE0621 Carmine

📋 copy color: '#AE0621'

red 174 ◦ green 6 ◦ blue 33

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

Shades of Carmine #AE0621

Tints of Carmine #AE0621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 81.69%
G = 2.82%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE0621 (or 0xAE0621) is known color: Carmine. HEX triplet: AE, 06 and 21. RGB value is (174,6,33). Sum of RGB (Red+Green+Blue) = 174+6+33=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0621 is #51F9DE. Grayscale: #3B3B3B. Windows color (decimal): -5372383 or 2164398. OLE color: 2164398.

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

Color convert

RGB 174 6 33 -
CMYK 0 0.97 0.81 0.32
HSL 350.36º 0.93% 0.35% -
HSV(B) 350.36º 0.97% 0.68% -
XYZ 17.8 9.24 2.28 -
YUV 59.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 174 6 33 0 0.97 0.81 0.32 350.36 0.93 0.35
Hex AE 6 21 0 61 51 20 15E 5D 23
Octal 256 6 41 0 141 121 40 536 135 43
Binary 10101110 110 100001 0 1100001 1010001 100000 101011110 1011101 100011

Color Harmonies of #AE0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0621

Black with #AE0621

Text Example


Text Example

White with #AE0621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0621; }

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

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

background-color css

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

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

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

border-color css

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

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

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