#950613

Color #950613 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #950613

Tints of Carmine #950613

Color information

#950613 (or 0x950613) is unknown color: approx Carmine. HEX triplet: 95, 06 and 13. RGB value is (149,6,19). Sum of RGB (Red+Green+Blue) = 149+6+19=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950613 is #6AF9EC. Grayscale: #323232. Windows color (decimal): -7010797 or 1246869. OLE color: 1246869.

HSL color Cylindrical-coordinate representation of color #950613: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950613 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB149619-
CMYK00.960.870.42
HSL354.55º92.26%30.39%-
HSV(B)354.55º95.97%58.43%-
XYZ12.586.571.22-
YUV50.24110.38198.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 85.63%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=85.63%
G=3.45%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14961900.960.870.42354.5592.2630.39
Hex95613060572A1635c1e
Octal22562301401275254313436
Binary1001010111010011011000001010111101010101100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950613; }

 p { color: rgb(149,6,19); }

 H1.HeaderClassName
 {
   color: #950613;
 }
 .AnyTagClassName
 {
   color: #950613;
 }
</style>
background-color css

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

 a { background-color: rgb(149,6,19); }

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

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

 span { border-color: rgb(149,6,19); }

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