#95191b

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

Shades of Carmine #95191B

Tints of Carmine #95191B

Color information

#95191B (or 0x95191B) is unknown color: approx Carmine. HEX triplet: 95, 19 and 1B. RGB value is (149,25,27). Sum of RGB (Red+Green+Blue) = 149+25+27=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #95191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95191B is #6AE6E4. Grayscale: #3E3E3E. Windows color (decimal): -7005925 or 1776021. OLE color: 1776021.

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

Color convert

RGB1492527-
CMYK00.830.820.42
HSL359.03º71.26%34.12%-
HSV(B)359.03º83.22%58.43%-
XYZ12.947.161.74-
YUV62.3108.08189.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=74.13%
G=12.44%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149252700.830.820.42359.0371.2634.12
Hex95191B053522A1674722
Octal225313301231225254710742
Binary1001010111001110110101001110100101010101011001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95191b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95191b; }

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

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

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

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

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

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

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

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