Html Css Color HEX #950C15 Carmine

📋 copy color: '#950C15'

red 149 ◦ green 12 ◦ blue 21

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

Shades of Carmine #950C15

Tints of Carmine #950C15

RGB

 RED value IS 149 (58.59% from 255) = 81.87%

 GREEN value IS 12 (5.08% from 255) = 6.59%

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

R = 81.87%
G = 6.59%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#950C15 (or 0x950C15) is known color: Carmine. HEX triplet: 95, 0C and 15. RGB value is (149,12,21). Sum of RGB (Red+Green+Blue) = 149+12+21=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #950C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950C15 is #6AF3EA. Grayscale: #363636. Windows color (decimal): -7009259 or 1379477. OLE color: 1379477.

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

Color convert

RGB 149 12 21 -
CMYK 0 0.92 0.86 0.42
HSL 356.06º 0.85% 0.32% -
HSV(B) 356.06º 0.92% 0.58% -
XYZ 12.66 6.71 1.34 -
YUV 53.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 149 12 21 0 0.92 0.86 0.42 356.06 0.85 0.32
Hex 95 C 15 0 5C 56 2A 164 55 20
Octal 225 14 25 0 134 126 52 544 125 40
Binary 10010101 1100 10101 0 1011100 1010110 101010 101100100 1010101 100000

Color Harmonies of #950C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C15

Black with #950C15

Text Example


Text Example

White with #950C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950C15; }

 p { color: rgb(149,12,21); }

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

background-color css

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

 a { background-color: rgb(149,12,21); }

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

border-color css

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

 span { border-color: rgb(149,12,21); }

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