Html Css Color HEX #A31220 Carmine

📋 copy color: '#A31220'

red 163 ◦ green 18 ◦ blue 32

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

Shades of Carmine #A31220

Tints of Carmine #A31220

RGB

 RED value IS 163 (64.06% from 255) = 76.53%

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

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

R = 76.53%
G = 8.45%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A31220 (or 0xA31220) is known color: Carmine. HEX triplet: A3, 12 and 20. RGB value is (163,18,32). Sum of RGB (Red+Green+Blue) = 163+18+32=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A31220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31220 is #5CEDDF. Grayscale: #3F3F3F. Windows color (decimal): -6090208 or 2101923. OLE color: 2101923.

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

Color convert

RGB 163 18 32 -
CMYK 0 0.89 0.80 0.36
HSL 354.21º 0.8% 0.35% -
HSV(B) 354.21º 0.89% 0.64% -
XYZ 15.58 8.32 2.15 -
YUV 62.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 163 18 32 0 0.89 0.80 0.36 354.21 0.8 0.35
Hex A3 12 20 0 59 50 24 162 50 23
Octal 243 22 40 0 131 120 44 542 120 43
Binary 10100011 10010 100000 0 1011001 1010000 100100 101100010 1010000 100011

Color Harmonies of #A31220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31220

Black with #A31220

Text Example


Text Example

White with #A31220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31220; }

 p { color: rgb(163,18,32); }

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

background-color css

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

 a { background-color: rgb(163,18,32); }

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

border-color css

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

 span { border-color: rgb(163,18,32); }

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