Html Css Color HEX #A81621 Carmine

📋 copy color: '#A81621'

red 168 ◦ green 22 ◦ blue 33

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

Shades of Carmine #A81621

Tints of Carmine #A81621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 75.34%
G = 9.87%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81621 (or 0xA81621) is known color: Carmine. HEX triplet: A8, 16 and 21. RGB value is (168,22,33). Sum of RGB (Red+Green+Blue) = 168+22+33=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81621 is #57E9DE. Grayscale: #434343. Windows color (decimal): -5761503 or 2168488. OLE color: 2168488.

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

Color convert

RGB 168 22 33 -
CMYK 0 0.87 0.80 0.34
HSL 355.48º 0.77% 0.37% -
HSV(B) 355.48º 0.87% 0.66% -
XYZ 16.71 9.01 2.3 -
YUV 66.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 168 22 33 0 0.87 0.80 0.34 355.48 0.77 0.37
Hex A8 16 21 0 57 50 22 163 4D 25
Octal 250 26 41 0 127 120 42 543 115 45
Binary 10101000 10110 100001 0 1010111 1010000 100010 101100011 1001101 100101

Color Harmonies of #A81621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81621

Black with #A81621

Text Example


Text Example

White with #A81621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81621; }

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

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

background-color css

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

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

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

border-color css

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

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

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