#95081E

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

Shades of Carmine #95081E

Tints of Carmine #95081E

Color information

#95081E (or 0x95081E) is unknown color: approx Carmine. HEX triplet: 95, 08 and 1E. RGB value is (149,8,30). Sum of RGB (Red+Green+Blue) = 149+8+30=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95081E is #6AF7E1. Grayscale: #343434. Windows color (decimal): -7010274 or 1968277. OLE color: 1968277.

HSL color Cylindrical-coordinate representation of color #95081E: hue angle of 350.64º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95081E is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB149830-
CMYK00.950.800.42
HSL350.64º89.81%30.78%-
HSV(B)350.64º94.63%58.43%-
XYZ12.726.661.84-
YUV52.67115.21196.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=79.68%
G=4.28%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983000.950.800.42350.6489.8130.78
Hex9581E05F502A15f5a1f
Octal225103601371205253713237
Binary10010101100011110010111111010000101010101011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95081E; }

 p { color: rgb(149,8,30); }

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

<style>
 a { background-color: #95081E; }

 a { background-color: rgb(149,8,30); }

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

<style>
 span { border-color: #95081E; }

 span { border-color: rgb(149,8,30); }

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