Html Css Color HEX #A31315 Carmine

📋 copy color: '#A31315'

red 163 ◦ green 19 ◦ blue 21

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

Shades of Carmine #A31315

Tints of Carmine #A31315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 80.3%
G = 9.36%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31315 (or 0xA31315) is known color: Carmine. HEX triplet: A3, 13 and 15. RGB value is (163,19,21). Sum of RGB (Red+Green+Blue) = 163+19+21=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31315 is #5CECEA. Grayscale: #3E3E3E. Windows color (decimal): -6089963 or 1381283. OLE color: 1381283.

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

Color convert

RGB 163 19 21 -
CMYK 0 0.88 0.87 0.36
HSL 359.17º 0.79% 0.36% -
HSV(B) 359.17º 0.88% 0.64% -
XYZ 15.47 8.31 1.5 -
YUV 62.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 163 19 21 0 0.88 0.87 0.36 359.17 0.79 0.36
Hex A3 13 15 0 58 57 24 167 4F 24
Octal 243 23 25 0 130 127 44 547 117 44
Binary 10100011 10011 10101 0 1011000 1010111 100100 101100111 1001111 100100

Color Harmonies of #A31315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31315

Black with #A31315

Text Example


Text Example

White with #A31315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31315; }

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

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

background-color css

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

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

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

border-color css

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

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

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