#95042E

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

Shades of Carmine #95042E

Tints of Carmine #95042E

Color information

#95042E (or 0x95042E) is unknown color: approx Carmine. HEX triplet: 95, 04 and 2E. RGB value is (149,4,46). Sum of RGB (Red+Green+Blue) = 149+4+46=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #95042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95042E is #6AFBD1. Grayscale: #343434. Windows color (decimal): -7011282 or 3015829. OLE color: 3015829.

HSL color Cylindrical-coordinate representation of color #95042E: hue angle of 342.62º degrees, saturation: 0.95, 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 #95042E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB149446-
CMYK00.970.690.42
HSL342.62º94.77%30%-
HSV(B)342.62º97.32%58.43%-
XYZ12.936.673.19-
YUV52.14124.54197.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=74.87%
G=2.01%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14944600.970.690.42342.6294.7730
Hex9542E061452A1575f1e
Octal22545601411055252713736
Binary10010101100101110011000011000101101010101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,4,46); }

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

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

 a { background-color: rgb(149,4,46); }

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

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

 span { border-color: rgb(149,4,46); }

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