Html Css Color HEX #931016 Carmine

📋 copy color: '#931016'

red 147 ◦ green 16 ◦ blue 22

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

Shades of Carmine #931016

Tints of Carmine #931016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 79.46%
G = 8.65%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#931016 (or 0x931016) is known color: Carmine. HEX triplet: 93, 10 and 16. RGB value is (147,16,22). Sum of RGB (Red+Green+Blue) = 147+16+22=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #931016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931016 is #6CEFE9. Grayscale: #373737. Windows color (decimal): -7139306 or 1446035. OLE color: 1446035.

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

Color convert

RGB 147 16 22 -
CMYK 0 0.89 0.85 0.42
HSL 357.25º 0.8% 0.32% -
HSV(B) 357.25º 0.89% 0.58% -
XYZ 12.36 6.63 1.39 -
YUV 55.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 147 16 22 0 0.89 0.85 0.42 357.25 0.8 0.32
Hex 93 10 16 0 59 55 2A 165 50 20
Octal 223 20 26 0 131 125 52 545 120 40
Binary 10010011 10000 10110 0 1011001 1010101 101010 101100101 1010000 100000

Color Harmonies of #931016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931016

Black with #931016

Text Example


Text Example

White with #931016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931016; }

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

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

background-color css

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

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

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

border-color css

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

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

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