#95031B

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

Shades of Carmine #95031B

Tints of Carmine #95031B

Color information

#95031B (or 0x95031B) is unknown color: approx Carmine. HEX triplet: 95, 03 and 1B. RGB value is (149,3,27). Sum of RGB (Red+Green+Blue) = 149+3+27=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #95031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95031B is #6AFCE4. Grayscale: #313131. Windows color (decimal): -7011557 or 1770389. OLE color: 1770389.

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

Color convert

RGB149327-
CMYK00.980.820.42
HSL350.14º96.05%29.8%-
HSV(B)350.14º97.99%58.43%-
XYZ12.626.531.63-
YUV49.39115.37199.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 83.24%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=83.24%
G=1.68%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14932700.980.820.42350.1496.0529.8
Hex9531B062522A15e601e
Octal22533301421225253614036
Binary100101011111011011000101010010101010101011110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95031B; }

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

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

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

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

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

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

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

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