Html Css Color HEX #A31213 Carmine

📋 copy color: '#A31213'

red 163 ◦ green 18 ◦ blue 19

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

Shades of Carmine #A31213

Tints of Carmine #A31213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 81.5%
G = 9%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A31213 (or 0xA31213) is known color: Carmine. HEX triplet: A3, 12 and 13. RGB value is (163,18,19). Sum of RGB (Red+Green+Blue) = 163+18+19=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A31213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31213 is #5CEDEC. Grayscale: #3D3D3D. Windows color (decimal): -6090221 or 1249955. OLE color: 1249955.

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

Color convert

RGB 163 18 19 -
CMYK 0 0.89 0.88 0.36
HSL 359.59º 0.8% 0.35% -
HSV(B) 359.59º 0.89% 0.64% -
XYZ 15.44 8.27 1.4 -
YUV 61.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 163 18 19 0 0.89 0.88 0.36 359.59 0.8 0.35
Hex A3 12 13 0 59 58 24 168 50 23
Octal 243 22 23 0 131 130 44 550 120 43
Binary 10100011 10010 10011 0 1011001 1011000 100100 101101000 1010000 100011

Color Harmonies of #A31213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31213

Black with #A31213

Text Example


Text Example

White with #A31213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31213; }

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

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

background-color css

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

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

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

border-color css

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

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

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