Html Css Color HEX #A31115 Carmine

📋 copy color: '#A31115'

red 163 ◦ green 17 ◦ blue 21

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

Shades of Carmine #A31115

Tints of Carmine #A31115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 81.09%
G = 8.46%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31115 (or 0xA31115) is known color: Carmine. HEX triplet: A3, 11 and 15. RGB value is (163,17,21). Sum of RGB (Red+Green+Blue) = 163+17+21=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A31115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31115 is #5CEEEA. Grayscale: #3D3D3D. Windows color (decimal): -6090475 or 1380771. OLE color: 1380771.

HSL color Cylindrical-coordinate representation of color #A31115: hue angle of 358.36º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31115 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 21 -
CMYK 0 0.90 0.87 0.36
HSL 358.36º 0.81% 0.35% -
HSV(B) 358.36º 0.9% 0.64% -
XYZ 15.44 8.24 1.49 -
YUV 61.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 163 17 21 0 0.90 0.87 0.36 358.36 0.81 0.35
Hex A3 11 15 0 5A 57 24 166 51 23
Octal 243 21 25 0 132 127 44 546 121 43
Binary 10100011 10001 10101 0 1011010 1010111 100100 101100110 1010001 100011

Color Harmonies of #A31115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31115

Black with #A31115

Text Example


Text Example

White with #A31115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31115; }

 p { color: rgb(163,17,21); }

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

background-color css

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

 a { background-color: rgb(163,17,21); }

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

border-color css

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

 span { border-color: rgb(163,17,21); }

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