Html Css Color HEX #A81721 Carmine

📋 copy color: '#A81721'

red 168 ◦ green 23 ◦ blue 33

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

Shades of Carmine #A81721

Tints of Carmine #A81721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 75%
G = 10.27%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81721 (or 0xA81721) is known color: Carmine. HEX triplet: A8, 17 and 21. RGB value is (168,23,33). Sum of RGB (Red+Green+Blue) = 168+23+33=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81721 is #57E8DE. Grayscale: #434343. Windows color (decimal): -5761247 or 2168744. OLE color: 2168744.

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

Color convert

RGB 168 23 33 -
CMYK 0 0.86 0.80 0.34
HSL 355.86º 0.76% 0.37% -
HSV(B) 355.86º 0.86% 0.66% -
XYZ 16.73 9.05 2.3 -
YUV 67.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 168 23 33 0 0.86 0.80 0.34 355.86 0.76 0.37
Hex A8 17 21 0 56 50 22 164 4C 25
Octal 250 27 41 0 126 120 42 544 114 45
Binary 10101000 10111 100001 0 1010110 1010000 100010 101100100 1001100 100101

Color Harmonies of #A81721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81721

Black with #A81721

Text Example


Text Example

White with #A81721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81721; }

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

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

background-color css

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

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

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

border-color css

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

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

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