#95062A

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

Shades of Carmine #95062A

Tints of Carmine #95062A

Color information

#95062A (or 0x95062A) is unknown color: approx Carmine. HEX triplet: 95, 06 and 2A. RGB value is (149,6,42). Sum of RGB (Red+Green+Blue) = 149+6+42=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95062A is #6AF9D5. Grayscale: #343434. Windows color (decimal): -7010774 or 2754197. OLE color: 2754197.

HSL color Cylindrical-coordinate representation of color #95062A: hue angle of 344.9º 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 #95062A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB149642-
CMYK00.960.720.42
HSL344.9º92.26%30.39%-
HSV(B)344.9º95.97%58.43%-
XYZ12.886.692.8-
YUV52.86121.88196.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=75.63%
G=3.05%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14964200.960.720.42344.992.2630.39
Hex9562A060482A1595c1e
Octal22565201401105253113436
Binary10010101110101010011000001001000101010101011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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