#97012E

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

Shades of Carmine #97012E

Tints of Carmine #97012E

Color information

#97012E (or 0x97012E) is unknown color: approx Carmine. HEX triplet: 97, 01 and 2E. RGB value is (151,1,46). Sum of RGB (Red+Green+Blue) = 151+1+46=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97012E is #68FED1. Grayscale: #323232. Windows color (decimal): -6880978 or 3015063. OLE color: 3015063.

HSL color Cylindrical-coordinate representation of color #97012E: hue angle of 342º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97012E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB151146-
CMYK00.990.700.41
HSL342º98.68%29.8%-
HSV(B)342º99.34%59.22%-
XYZ13.276.83.2-
YUV50.98125.2199.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.26%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=76.26%
G=0.51%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114600.990.700.4134298.6829.8
Hex9712E0634629156631e
Octal22715601431065152614336
Binary100101111101110011000111000110101001101010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97012E; }

 p { color: rgb(151,1,46); }

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

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

 a { background-color: rgb(151,1,46); }

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

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

 span { border-color: rgb(151,1,46); }

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