#970C34

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

Shades of Carmine #970C34

Tints of Carmine #970C34

Color information

#970C34 (or 0x970C34) is unknown color: approx Carmine. HEX triplet: 97, 0C and 34. RGB value is (151,12,52). Sum of RGB (Red+Green+Blue) = 151+12+52=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #970C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C34 is #68F3CB. Grayscale: #3A3A3A. Windows color (decimal): -6878156 or 3411095. OLE color: 3411095.

HSL color Cylindrical-coordinate representation of color #970C34: hue angle of 342.73º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C34 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1511252-
CMYK00.920.660.41
HSL342.73º85.28%31.96%-
HSV(B)342.73º92.05%59.22%-
XYZ13.517.093.91-
YUV58.12124.55194.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=70.23%
G=5.58%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151125200.920.660.41342.7385.2831.96
Hex97C3405C42291575520
Octal227146401341025152712540
Binary1001011111001101000101110010000101010011010101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970C34; }

 p { color: rgb(151,12,52); }

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

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

 a { background-color: rgb(151,12,52); }

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

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

 span { border-color: rgb(151,12,52); }

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