Html Css Color HEX #AE0324 Carmine

📋 copy color: '#AE0324'

red 174 ◦ green 3 ◦ blue 36

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

Shades of Carmine #AE0324

Tints of Carmine #AE0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 81.69%
G = 1.41%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE0324 (or 0xAE0324) is known color: Carmine. HEX triplet: AE, 03 and 24. RGB value is (174,3,36). Sum of RGB (Red+Green+Blue) = 174+3+36=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0324 is #51FCDB. Grayscale: #393939. Windows color (decimal): -5373148 or 2360238. OLE color: 2360238.

HSL color Cylindrical-coordinate representation of color #AE0324: hue angle of 348.42º degrees, saturation: 0.97, 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 #AE0324 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 36 -
CMYK 0 0.98 0.79 0.32
HSL 348.42º 0.97% 0.35% -
HSV(B) 348.42º 0.98% 0.68% -
XYZ 17.81 9.19 2.5 -
YUV 57.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 174 3 36 0 0.98 0.79 0.32 348.42 0.97 0.35
Hex AE 3 24 0 62 4F 20 15C 61 23
Octal 256 3 44 0 142 117 40 534 141 43
Binary 10101110 11 100100 0 1100010 1001111 100000 101011100 1100001 100011

Color Harmonies of #AE0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0324

Black with #AE0324

Text Example


Text Example

White with #AE0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0324; }

 p { color: rgb(174,3,36); }

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

background-color css

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

 a { background-color: rgb(174,3,36); }

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

border-color css

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

 span { border-color: rgb(174,3,36); }

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