#97092B

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

Shades of Carmine #97092B

Tints of Carmine #97092B

Color information

#97092B (or 0x97092B) is unknown color: approx Carmine. HEX triplet: 97, 09 and 2B. RGB value is (151,9,43). Sum of RGB (Red+Green+Blue) = 151+9+43=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #97092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97092B is #68F6D4. Grayscale: #373737. Windows color (decimal): -6878933 or 2820503. OLE color: 2820503.

HSL color Cylindrical-coordinate representation of color #97092B: hue angle of 345.63º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97092B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB151943-
CMYK00.940.720.41
HSL345.63º88.75%31.37%-
HSV(B)345.63º94.04%59.22%-
XYZ13.36.952.93-
YUV55.33121.04196.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=74.38%
G=4.43%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15194300.940.720.41345.6388.7531.37
Hex9792B05E482915a591f
Octal227115301361105153213137
Binary100101111001101011010111101001000101001101011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97092B; }

 p { color: rgb(151,9,43); }

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

<style>
 a { background-color: #97092B; }

 a { background-color: rgb(151,9,43); }

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

<style>
 span { border-color: #97092B; }

 span { border-color: rgb(151,9,43); }

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