#95051C

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

Shades of Carmine #95051C

Tints of Carmine #95051C

Color information

#95051C (or 0x95051C) is unknown color: approx Carmine. HEX triplet: 95, 05 and 1C. RGB value is (149,5,28). Sum of RGB (Red+Green+Blue) = 149+5+28=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #95051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95051C is #6AFAE3. Grayscale: #323232. Windows color (decimal): -7011044 or 1836437. OLE color: 1836437.

HSL color Cylindrical-coordinate representation of color #95051C: hue angle of 350.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95051C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB149528-
CMYK00.970.810.42
HSL350.42º93.51%30.2%-
HSV(B)350.42º96.64%58.43%-
XYZ12.666.581.7-
YUV50.68115.21198.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 81.87%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=81.87%
G=2.75%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14952800.970.810.42350.4293.5130.2
Hex9551C061512A15e5e1e
Octal22553401411215253613636
Binary1001010110111100011000011010001101010101011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95051C; }

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

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

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

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

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

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

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

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