Html Css Color HEX #AE0321 Carmine

📋 copy color: '#AE0321'

red 174 ◦ green 3 ◦ blue 33

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

Shades of Carmine #AE0321

Tints of Carmine #AE0321

RGB

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

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

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

R = 82.86%
G = 1.43%
B = 15.71%

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

#AE0321 (or 0xAE0321) is known color: Carmine. HEX triplet: AE, 03 and 21. RGB value is (174,3,33). Sum of RGB (Red+Green+Blue) = 174+3+33=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0321 is #51FCDE. Grayscale: #393939. Windows color (decimal): -5373151 or 2163630. OLE color: 2163630.

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

Color convert

RGB 174 3 33 -
CMYK 0 0.98 0.81 0.32
HSL 349.47º 0.97% 0.35% -
HSV(B) 349.47º 0.98% 0.68% -
XYZ 17.76 9.17 2.27 -
YUV 57.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 174 3 33 0 0.98 0.81 0.32 349.47 0.97 0.35
Hex AE 3 21 0 62 51 20 15D 61 23
Octal 256 3 41 0 142 121 40 535 141 43
Binary 10101110 11 100001 0 1100010 1010001 100000 101011101 1100001 100011

Color Harmonies of #AE0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0321

Black with #AE0321

Text Example


Text Example

White with #AE0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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