Html Css Color HEX #931015 Carmine

📋 copy color: '#931015'

red 147 ◦ green 16 ◦ blue 21

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

Shades of Carmine #931015

Tints of Carmine #931015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 79.89%
G = 8.7%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931015 (or 0x931015) is known color: Carmine. HEX triplet: 93, 10 and 15. RGB value is (147,16,21). Sum of RGB (Red+Green+Blue) = 147+16+21=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #931015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931015 is #6CEFEA. Grayscale: #373737. Windows color (decimal): -7139307 or 1380499. OLE color: 1380499.

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

Color convert

RGB 147 16 21 -
CMYK 0 0.89 0.86 0.42
HSL 357.71º 0.8% 0.32% -
HSV(B) 357.71º 0.89% 0.58% -
XYZ 12.35 6.63 1.34 -
YUV 55.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 147 16 21 0 0.89 0.86 0.42 357.71 0.8 0.32
Hex 93 10 15 0 59 56 2A 166 50 20
Octal 223 20 25 0 131 126 52 546 120 40
Binary 10010011 10000 10101 0 1011001 1010110 101010 101100110 1010000 100000

Color Harmonies of #931015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931015

Black with #931015

Text Example


Text Example

White with #931015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931015; }

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

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

background-color css

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

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

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

border-color css

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

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

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