Html Css Color HEX #A31216 Carmine

📋 copy color: '#A31216'

red 163 ◦ green 18 ◦ blue 22

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

Shades of Carmine #A31216

Tints of Carmine #A31216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 80.3%
G = 8.87%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31216 (or 0xA31216) is known color: Carmine. HEX triplet: A3, 12 and 16. RGB value is (163,18,22). Sum of RGB (Red+Green+Blue) = 163+18+22=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31216 is #5CEDE9. Grayscale: #3D3D3D. Windows color (decimal): -6090218 or 1446563. OLE color: 1446563.

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

Color convert

RGB 163 18 22 -
CMYK 0 0.89 0.87 0.36
HSL 358.34º 0.8% 0.35% -
HSV(B) 358.34º 0.89% 0.64% -
XYZ 15.47 8.28 1.54 -
YUV 61.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 163 18 22 0 0.89 0.87 0.36 358.34 0.8 0.35
Hex A3 12 16 0 59 57 24 166 50 23
Octal 243 22 26 0 131 127 44 546 120 43
Binary 10100011 10010 10110 0 1011001 1010111 100100 101100110 1010000 100011

Color Harmonies of #A31216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31216

Black with #A31216

Text Example


Text Example

White with #A31216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31216; }

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

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

background-color css

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

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

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

border-color css

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

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

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