Html Css Color HEX #A31118 Carmine

📋 copy color: '#A31118'

red 163 ◦ green 17 ◦ blue 24

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

Shades of Carmine #A31118

Tints of Carmine #A31118

RGB

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

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

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

R = 79.9%
G = 8.33%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31118 (or 0xA31118) is known color: Carmine. HEX triplet: A3, 11 and 18. RGB value is (163,17,24). Sum of RGB (Red+Green+Blue) = 163+17+24=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A31118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31118 is #5CEEE7. Grayscale: #3D3D3D. Windows color (decimal): -6090472 or 1577379. OLE color: 1577379.

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

Color convert

RGB 163 17 24 -
CMYK 0 0.90 0.85 0.36
HSL 357.12º 0.81% 0.35% -
HSV(B) 357.12º 0.9% 0.64% -
XYZ 15.47 8.25 1.64 -
YUV 61.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 163 17 24 0 0.90 0.85 0.36 357.12 0.81 0.35
Hex A3 11 18 0 5A 55 24 165 51 23
Octal 243 21 30 0 132 125 44 545 121 43
Binary 10100011 10001 11000 0 1011010 1010101 100100 101100101 1010001 100011

Color Harmonies of #A31118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31118

Black with #A31118

Text Example


Text Example

White with #A31118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31118; }

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

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

background-color css

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

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

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

border-color css

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

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

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