#950A1C

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

Shades of Carmine #950A1C

Tints of Carmine #950A1C

Color information

#950A1C (or 0x950A1C) is unknown color: approx Carmine. HEX triplet: 95, 0A and 1C. RGB value is (149,10,28). Sum of RGB (Red+Green+Blue) = 149+10+28=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #950A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A1C is #6AF5E3. Grayscale: #353535. Windows color (decimal): -7009764 or 1837717. OLE color: 1837717.

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

Color convert

RGB1491028-
CMYK00.930.810.42
HSL352.23º87.42%31.18%-
HSV(B)352.23º93.29%58.43%-
XYZ12.716.691.72-
YUV53.61113.55196.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=79.68%
G=5.35%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102800.930.810.42352.2387.4231.18
Hex95A1C05D512A160571f
Octal225123401351215254012737
Binary10010101101011100010111011010001101010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,10,28); }

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

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

 a { background-color: rgb(149,10,28); }

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

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

 span { border-color: rgb(149,10,28); }

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