#95052B

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

Shades of Carmine #95052B

Tints of Carmine #95052B

Color information

#95052B (or 0x95052B) is unknown color: approx Carmine. HEX triplet: 95, 05 and 2B. RGB value is (149,5,43). Sum of RGB (Red+Green+Blue) = 149+5+43=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95052B is #6AFAD4. Grayscale: #343434. Windows color (decimal): -7011029 or 2819477. OLE color: 2819477.

HSL color Cylindrical-coordinate representation of color #95052B: hue angle of 344.17º 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 #95052B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB149543-
CMYK00.970.710.42
HSL344.17º93.51%30.2%-
HSV(B)344.17º96.64%58.43%-
XYZ12.886.672.89-
YUV52.39122.71196.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=75.63%
G=2.54%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14954300.970.710.42344.1793.5130.2
Hex9552B061472A1585e1e
Octal22555301411075253013636
Binary10010101101101011011000011000111101010101011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95052B; }

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

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

<style>
 a { background-color: #95052B; }

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

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

<style>
 span { border-color: #95052B; }

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

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