#970E2E

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

Shades of Carmine #970E2E

Tints of Carmine #970E2E

Color information

#970E2E (or 0x970E2E) is unknown color: approx Carmine. HEX triplet: 97, 0E and 2E. RGB value is (151,14,46). Sum of RGB (Red+Green+Blue) = 151+14+46=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #970E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E2E is #68F1D1. Grayscale: #3A3A3A. Windows color (decimal): -6877650 or 3018391. OLE color: 3018391.

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

Color convert

RGB1511446-
CMYK00.910.700.41
HSL345.99º83.03%32.35%-
HSV(B)345.99º90.73%59.22%-
XYZ13.417.093.25-
YUV58.61120.89193.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.56%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=71.56%
G=6.64%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151144600.910.700.41345.9983.0332.35
Hex97E2E05B462915a5320
Octal227165601331065153212340
Binary1001011111101011100101101110001101010011010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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