#950A1B

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

Shades of Carmine #950A1B

Tints of Carmine #950A1B

Color information

#950A1B (or 0x950A1B) is unknown color: approx Carmine. HEX triplet: 95, 0A and 1B. RGB value is (149,10,27). Sum of RGB (Red+Green+Blue) = 149+10+27=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A1B is #6AF5E4. Grayscale: #353535. Windows color (decimal): -7009765 or 1772181. OLE color: 1772181.

HSL color Cylindrical-coordinate representation of color #950A1B: hue angle of 352.66º 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 #950A1B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1491027-
CMYK00.930.820.42
HSL352.66º87.42%31.18%-
HSV(B)352.66º93.29%58.43%-
XYZ12.76.691.66-
YUV53.5113.05196.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 10 (4.30% from 255) = 5.38%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=80.11%
G=5.38%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102700.930.820.42352.6687.4231.18
Hex95A1B05D522A161571f
Octal225123301351225254112737
Binary10010101101011011010111011010010101010101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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