Html Css Color HEX #931320 Carmine

📋 copy color: '#931320'

red 147 ◦ green 19 ◦ blue 32

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

Shades of Carmine #931320

Tints of Carmine #931320

RGB

 RED value IS 147 (57.81% from 255) = 74.24%

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 74.24%
G = 9.6%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#931320 (or 0x931320) is known color: Carmine. HEX triplet: 93, 13 and 20. RGB value is (147,19,32). Sum of RGB (Red+Green+Blue) = 147+19+32=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #931320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931320 is #6CECDF. Grayscale: #3A3A3A. Windows color (decimal): -7138528 or 2102163. OLE color: 2102163.

HSL color Cylindrical-coordinate representation of color #931320: hue angle of 353.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931320 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 32 -
CMYK 0 0.87 0.78 0.42
HSL 353.91º 0.77% 0.33% -
HSV(B) 353.91º 0.87% 0.58% -
XYZ 12.53 6.77 2.01 -
YUV 58.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 147 19 32 0 0.87 0.78 0.42 353.91 0.77 0.33
Hex 93 13 20 0 57 4E 2A 162 4D 21
Octal 223 23 40 0 127 116 52 542 115 41
Binary 10010011 10011 100000 0 1010111 1001110 101010 101100010 1001101 100001

Color Harmonies of #931320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931320

Black with #931320

Text Example


Text Example

White with #931320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931320; }

 p { color: rgb(147,19,32); }

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

background-color css

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

 a { background-color: rgb(147,19,32); }

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

border-color css

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

 span { border-color: rgb(147,19,32); }

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