Html Css Color HEX #A81221 Carmine

📋 copy color: '#A81221'

red 168 ◦ green 18 ◦ blue 33

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

Shades of Carmine #A81221

Tints of Carmine #A81221

RGB

 RED value IS 168 (66.02% from 255) = 76.71%

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 76.71%
G = 8.22%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81221 (or 0xA81221) is known color: Carmine. HEX triplet: A8, 12 and 21. RGB value is (168,18,33). Sum of RGB (Red+Green+Blue) = 168+18+33=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A81221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81221 is #57EDDE. Grayscale: #404040. Windows color (decimal): -5762527 or 2167464. OLE color: 2167464.

HSL color Cylindrical-coordinate representation of color #A81221: hue angle of 354º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81221 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 33 -
CMYK 0 0.89 0.80 0.34
HSL 354º 0.81% 0.36% -
HSV(B) 354º 0.89% 0.66% -
XYZ 16.64 8.87 2.27 -
YUV 64.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 168 18 33 0 0.89 0.80 0.34 354 0.81 0.36
Hex A8 12 21 0 59 50 22 162 51 24
Octal 250 22 41 0 131 120 42 542 121 44
Binary 10101000 10010 100001 0 1011001 1010000 100010 101100010 1010001 100100

Color Harmonies of #A81221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81221

Black with #A81221

Text Example


Text Example

White with #A81221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81221; }

 p { color: rgb(168,18,33); }

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

background-color css

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

 a { background-color: rgb(168,18,33); }

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

border-color css

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

 span { border-color: rgb(168,18,33); }

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