Html Css Color HEX #931220 Carmine

📋 copy color: '#931220'

red 147 ◦ green 18 ◦ blue 32

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

Shades of Carmine #931220

Tints of Carmine #931220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 74.62%
G = 9.14%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#931220 (or 0x931220) is known color: Carmine. HEX triplet: 93, 12 and 20. RGB value is (147,18,32). Sum of RGB (Red+Green+Blue) = 147+18+32=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #931220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931220 is #6CEDDF. Grayscale: #3A3A3A. Windows color (decimal): -7138784 or 2101907. OLE color: 2101907.

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

Color convert

RGB 147 18 32 -
CMYK 0 0.88 0.78 0.42
HSL 353.49º 0.78% 0.32% -
HSV(B) 353.49º 0.88% 0.58% -
XYZ 12.51 6.74 2.01 -
YUV 58.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 147 18 32 0 0.88 0.78 0.42 353.49 0.78 0.32
Hex 93 12 20 0 58 4E 2A 161 4E 20
Octal 223 22 40 0 130 116 52 541 116 40
Binary 10010011 10010 100000 0 1011000 1001110 101010 101100001 1001110 100000

Color Harmonies of #931220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931220

Black with #931220

Text Example


Text Example

White with #931220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931220; }

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

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

background-color css

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

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

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

border-color css

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

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

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