Html Css Color HEX #A31518 Carmine

📋 copy color: '#A31518'

red 163 ◦ green 21 ◦ blue 24

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

Shades of Carmine #A31518

Tints of Carmine #A31518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 78.37%
G = 10.1%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31518 (or 0xA31518) is known color: Carmine. HEX triplet: A3, 15 and 18. RGB value is (163,21,24). Sum of RGB (Red+Green+Blue) = 163+21+24=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A31518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31518 is #5CEAE7. Grayscale: #3F3F3F. Windows color (decimal): -6089448 or 1578403. OLE color: 1578403.

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

Color convert

RGB 163 21 24 -
CMYK 0 0.87 0.85 0.36
HSL 358.73º 0.77% 0.36% -
HSV(B) 358.73º 0.87% 0.64% -
XYZ 15.54 8.39 1.66 -
YUV 63.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 163 21 24 0 0.87 0.85 0.36 358.73 0.77 0.36
Hex A3 15 18 0 57 55 24 167 4D 24
Octal 243 25 30 0 127 125 44 547 115 44
Binary 10100011 10101 11000 0 1010111 1010101 100100 101100111 1001101 100100

Color Harmonies of #A31518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31518

Black with #A31518

Text Example


Text Example

White with #A31518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31518; }

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

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

background-color css

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

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

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

border-color css

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

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

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