Html Css Color HEX #AE0921 Carmine

📋 copy color: '#AE0921'

red 174 ◦ green 9 ◦ blue 33

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

Shades of Carmine #AE0921

Tints of Carmine #AE0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 80.56%
G = 4.17%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE0921 (or 0xAE0921) is known color: Carmine. HEX triplet: AE, 09 and 21. RGB value is (174,9,33). Sum of RGB (Red+Green+Blue) = 174+9+33=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0921 is #51F6DE. Grayscale: #3D3D3D. Windows color (decimal): -5371615 or 2165166. OLE color: 2165166.

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

Color convert

RGB 174 9 33 -
CMYK 0 0.95 0.81 0.32
HSL 351.27º 0.9% 0.36% -
HSV(B) 351.27º 0.95% 0.68% -
XYZ 17.83 9.3 2.3 -
YUV 61.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 174 9 33 0 0.95 0.81 0.32 351.27 0.9 0.36
Hex AE 9 21 0 5F 51 20 15F 5A 24
Octal 256 11 41 0 137 121 40 537 132 44
Binary 10101110 1001 100001 0 1011111 1010001 100000 101011111 1011010 100100

Color Harmonies of #AE0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0921

Black with #AE0921

Text Example


Text Example

White with #AE0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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