Html Css Color HEX #A31117 Carmine

📋 copy color: '#A31117'

red 163 ◦ green 17 ◦ blue 23

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

Shades of Carmine #A31117

Tints of Carmine #A31117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 80.3%
G = 8.37%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A31117 (or 0xA31117) is known color: Carmine. HEX triplet: A3, 11 and 17. RGB value is (163,17,23). Sum of RGB (Red+Green+Blue) = 163+17+23=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31117 is #5CEEE8. Grayscale: #3D3D3D. Windows color (decimal): -6090473 or 1511843. OLE color: 1511843.

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

Color convert

RGB 163 17 23 -
CMYK 0 0.90 0.86 0.36
HSL 357.53º 0.81% 0.35% -
HSV(B) 357.53º 0.9% 0.64% -
XYZ 15.46 8.25 1.59 -
YUV 61.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 163 17 23 0 0.90 0.86 0.36 357.53 0.81 0.35
Hex A3 11 17 0 5A 56 24 166 51 23
Octal 243 21 27 0 132 126 44 546 121 43
Binary 10100011 10001 10111 0 1011010 1010110 100100 101100110 1010001 100011

Color Harmonies of #A31117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31117

Black with #A31117

Text Example


Text Example

White with #A31117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31117; }

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

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

background-color css

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

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

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

border-color css

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

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

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