#97032E

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

Shades of Carmine #97032E

Tints of Carmine #97032E

Color information

#97032E (or 0x97032E) is unknown color: approx Carmine. HEX triplet: 97, 03 and 2E. RGB value is (151,3,46). Sum of RGB (Red+Green+Blue) = 151+3+46=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #97032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97032E is #68FCD1. Grayscale: #343434. Windows color (decimal): -6880466 or 3015575. OLE color: 3015575.

HSL color Cylindrical-coordinate representation of color #97032E: hue angle of 342.57º 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 #97032E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB151346-
CMYK00.980.700.41
HSL342.57º96.1%30.2%-
HSV(B)342.57º98.01%59.22%-
XYZ13.296.843.2-
YUV52.15124.53198.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=75.5%
G=1.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15134600.980.700.41342.5796.130.2
Hex9732E0624629157601e
Octal22735601421065152714036
Binary1001011111101110011000101000110101001101010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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