#97102E

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

Shades of Carmine #97102E

Tints of Carmine #97102E

Color information

#97102E (or 0x97102E) is unknown color: approx Carmine. HEX triplet: 97, 10 and 2E. RGB value is (151,16,46). Sum of RGB (Red+Green+Blue) = 151+16+46=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #97102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97102E is #68EFD1. Grayscale: #3B3B3B. Windows color (decimal): -6877138 or 3018903. OLE color: 3018903.

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

Color convert

RGB1511646-
CMYK00.890.700.41
HSL346.67º80.84%32.75%-
HSV(B)346.67º89.4%59.22%-
XYZ13.447.153.26-
YUV59.78120.23193.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.89%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=70.89%
G=7.51%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151164600.890.700.41346.6780.8432.75
Hex97102E059462915b5121
Octal227205601311065153312141
Binary10010111100001011100101100110001101010011010110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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