#950013

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

Shades of Carmine #950013

Tints of Carmine #950013

Color information

#950013 (or 0x950013) is unknown color: approx Carmine. HEX triplet: 95, 00 and 13. RGB value is (149,0,19). Sum of RGB (Red+Green+Blue) = 149+0+19=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #950013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950013 is #6AFFEC. Grayscale: #2E2E2E. Windows color (decimal): -7012333 or 1245333. OLE color: 1245333.

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

Color convert

RGB149019-
CMYK010.870.42
HSL352.35º100%29.22%-
HSV(B)352.35º100%58.43%-
XYZ12.516.441.2-
YUV46.72112.36200.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 88.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=88.69%
G=0%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149019010.870.42352.3510029.22
Hex95013064572A160641d
Octal22502301441275254014435
Binary10010101010011011001001010111101010101100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950013; }

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

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

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

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

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

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

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

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