Html Css Color HEX #A31318 Carmine

📋 copy color: '#A31318'

red 163 ◦ green 19 ◦ blue 24

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

Shades of Carmine #A31318

Tints of Carmine #A31318

RGB

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

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

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

R = 79.13%
G = 9.22%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31318 (or 0xA31318) is known color: Carmine. HEX triplet: A3, 13 and 18. RGB value is (163,19,24). Sum of RGB (Red+Green+Blue) = 163+19+24=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A31318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31318 is #5CECE7. Grayscale: #3E3E3E. Windows color (decimal): -6089960 or 1577891. OLE color: 1577891.

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

Color convert

RGB 163 19 24 -
CMYK 0 0.88 0.85 0.36
HSL 357.92º 0.79% 0.36% -
HSV(B) 357.92º 0.88% 0.64% -
XYZ 15.5 8.32 1.65 -
YUV 62.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 163 19 24 0 0.88 0.85 0.36 357.92 0.79 0.36
Hex A3 13 18 0 58 55 24 166 4F 24
Octal 243 23 30 0 130 125 44 546 117 44
Binary 10100011 10011 11000 0 1011000 1010101 100100 101100110 1001111 100100

Color Harmonies of #A31318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31318

Black with #A31318

Text Example


Text Example

White with #A31318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31318; }

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

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

background-color css

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

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

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

border-color css

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

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

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