#97032C

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

Shades of Carmine #97032C

Tints of Carmine #97032C

Color information

#97032C (or 0x97032C) is unknown color: approx Carmine. HEX triplet: 97, 03 and 2C. RGB value is (151,3,44). Sum of RGB (Red+Green+Blue) = 151+3+44=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97032C is #68FCD3. Grayscale: #333333. Windows color (decimal): -6880468 or 2884503. OLE color: 2884503.

HSL color Cylindrical-coordinate representation of color #97032C: hue angle of 343.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97032C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB151344-
CMYK00.980.710.41
HSL343.38º96.1%30.2%-
HSV(B)343.38º98.01%59.22%-
XYZ13.256.833-
YUV51.93123.53198.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.26%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=76.26%
G=1.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15134400.980.710.41343.3896.130.2
Hex9732C0624729157601e
Octal22735401421075152714036
Binary1001011111101100011000101000111101001101010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97032C; }

 p { color: rgb(151,3,44); }

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

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

 a { background-color: rgb(151,3,44); }

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

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

 span { border-color: rgb(151,3,44); }

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