#95062C

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

Shades of Carmine #95062C

Tints of Carmine #95062C

Color information

#95062C (or 0x95062C) is unknown color: approx Carmine. HEX triplet: 95, 06 and 2C. RGB value is (149,6,44). Sum of RGB (Red+Green+Blue) = 149+6+44=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #95062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95062C is #6AF9D3. Grayscale: #353535. Windows color (decimal): -7010772 or 2885269. OLE color: 2885269.

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

Color convert

RGB149644-
CMYK00.960.700.42
HSL344.06º92.26%30.39%-
HSV(B)344.06º95.97%58.43%-
XYZ12.916.73-
YUV53.09122.88196.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=74.87%
G=3.02%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14964400.960.700.42344.0692.2630.39
Hex9562C060462A1585c1e
Octal22565401401065253013436
Binary10010101110101100011000001000110101010101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,6,44); }

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

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

 a { background-color: rgb(149,6,44); }

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

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

 span { border-color: rgb(149,6,44); }

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