#960030

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

Shades of Carmine #960030

Tints of Carmine #960030

Color information

#960030 (or 0x960030) is unknown color: approx Carmine. HEX triplet: 96, 00 and 30. RGB value is (150,0,48). Sum of RGB (Red+Green+Blue) = 150+0+48=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #960030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960030 is #69FFCF. Grayscale: #323232. Windows color (decimal): -6946768 or 3145878. OLE color: 3145878.

HSL color Cylindrical-coordinate representation of color #960030: hue angle of 340.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960030 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB150048-
CMYK010.680.41
HSL340.8º100%29.41%-
HSV(B)340.8º100%58.82%-
XYZ13.116.73.4-
YUV50.32126.7199.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=75.76%
G=0%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150048010.680.41340.810029.41
Hex960300644429155641d
Octal22606001441045152514435
Binary100101100110000011001001000100101001101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960030; }

 p { color: rgb(150,0,48); }

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

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

 a { background-color: rgb(150,0,48); }

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

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

 span { border-color: rgb(150,0,48); }

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