#970512

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

Shades of Carmine #970512

Tints of Carmine #970512

Color information

#970512 (or 0x970512) is unknown color: approx Carmine. HEX triplet: 97, 05 and 12. RGB value is (151,5,18). Sum of RGB (Red+Green+Blue) = 151+5+18=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #970512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970512 is #68FAED. Grayscale: #323232. Windows color (decimal): -6879982 or 1181079. OLE color: 1181079.

HSL color Cylindrical-coordinate representation of color #970512: hue angle of 354.66º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970512 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB151518-
CMYK00.970.880.41
HSL354.66º93.59%30.59%-
HSV(B)354.66º96.69%59.22%-
XYZ12.936.731.19-
YUV50.14109.87199.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.78%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=86.78%
G=2.87%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151800.970.880.41354.6693.5930.59
Hex9751206158291635e1f
Octal22752201411305154313637
Binary1001011110110010011000011011000101001101100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970512; }

 p { color: rgb(151,5,18); }

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

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

 a { background-color: rgb(151,5,18); }

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

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

 span { border-color: rgb(151,5,18); }

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