Html Css Color HEX #A81620 Carmine

📋 copy color: '#A81620'

red 168 ◦ green 22 ◦ blue 32

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

Shades of Carmine #A81620

Tints of Carmine #A81620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 75.68%
G = 9.91%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A81620 (or 0xA81620) is known color: Carmine. HEX triplet: A8, 16 and 20. RGB value is (168,22,32). Sum of RGB (Red+Green+Blue) = 168+22+32=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A81620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81620 is #57E9DF. Grayscale: #424242. Windows color (decimal): -5761504 or 2102952. OLE color: 2102952.

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

Color convert

RGB 168 22 32 -
CMYK 0 0.87 0.81 0.34
HSL 355.89º 0.77% 0.37% -
HSV(B) 355.89º 0.87% 0.66% -
XYZ 16.7 9 2.22 -
YUV 66.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 168 22 32 0 0.87 0.81 0.34 355.89 0.77 0.37
Hex A8 16 20 0 57 51 22 164 4D 25
Octal 250 26 40 0 127 121 42 544 115 45
Binary 10101000 10110 100000 0 1010111 1010001 100010 101100100 1001101 100101

Color Harmonies of #A81620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81620

Black with #A81620

Text Example


Text Example

White with #A81620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81620; }

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

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

background-color css

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

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

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

border-color css

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

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

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