Html Css Color HEX #930116 Carmine

📋 copy color: '#930116'

red 147 ◦ green 1 ◦ blue 22

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

Shades of Carmine #930116

Tints of Carmine #930116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 86.47%
G = 0.59%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#930116 (or 0x930116) is known color: Carmine. HEX triplet: 93, 01 and 16. RGB value is (147,1,22). Sum of RGB (Red+Green+Blue) = 147+1+22=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930116 is #6CFEE9. Grayscale: #2F2F2F. Windows color (decimal): -7143146 or 1442195. OLE color: 1442195.

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

Color convert

RGB 147 1 22 -
CMYK 0 0.99 0.85 0.42
HSL 351.37º 0.99% 0.29% -
HSV(B) 351.37º 0.99% 0.58% -
XYZ 12.19 6.28 1.33 -
YUV 47.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 147 1 22 0 0.99 0.85 0.42 351.37 0.99 0.29
Hex 93 1 16 0 63 55 2A 15F 63 1D
Octal 223 1 26 0 143 125 52 537 143 35
Binary 10010011 1 10110 0 1100011 1010101 101010 101011111 1100011 11101

Color Harmonies of #930116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930116

Black with #930116

Text Example


Text Example

White with #930116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930116; }

 p { color: rgb(147,1,22); }

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

background-color css

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

 a { background-color: rgb(147,1,22); }

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

border-color css

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

 span { border-color: rgb(147,1,22); }

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