Html Css Color HEX #AE0421 Carmine

📋 copy color: '#AE0421'

red 174 ◦ green 4 ◦ blue 33

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

Shades of Carmine #AE0421

Tints of Carmine #AE0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 82.46%
G = 1.9%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE0421 (or 0xAE0421) is known color: Carmine. HEX triplet: AE, 04 and 21. RGB value is (174,4,33). Sum of RGB (Red+Green+Blue) = 174+4+33=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0421 is #51FBDE. Grayscale: #3A3A3A. Windows color (decimal): -5372895 or 2163886. OLE color: 2163886.

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

Color convert

RGB 174 4 33 -
CMYK 0 0.98 0.81 0.32
HSL 349.76º 0.96% 0.35% -
HSV(B) 349.76º 0.98% 0.68% -
XYZ 17.77 9.2 2.28 -
YUV 58.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 174 4 33 0 0.98 0.81 0.32 349.76 0.96 0.35
Hex AE 4 21 0 62 51 20 15E 60 23
Octal 256 4 41 0 142 121 40 536 140 43
Binary 10101110 100 100001 0 1100010 1010001 100000 101011110 1100000 100011

Color Harmonies of #AE0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0421

Black with #AE0421

Text Example


Text Example

White with #AE0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0421; }

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

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

background-color css

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

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

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

border-color css

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

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

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