#9B0925

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

Shades of Carmine #9B0925

Tints of Carmine #9B0925

Color information

#9B0925 (or 0x9B0925) is unknown color: approx Carmine. HEX triplet: 9B, 09 and 25. RGB value is (155,9,37). Sum of RGB (Red+Green+Blue) = 155+9+37=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0925 is #64F6DA. Grayscale: #373737. Windows color (decimal): -6616795 or 2427291. OLE color: 2427291.

HSL color Cylindrical-coordinate representation of color #9B0925: hue angle of 348.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0925 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB155937-
CMYK00.940.760.39
HSL348.49º89.02%32.16%-
HSV(B)348.49º94.19%60.78%-
XYZ13.957.32.42-
YUV55.85117.37198.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=77.11%
G=4.48%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15593700.940.760.39348.4989.0232.16
Hex9B92505E4C2715c5920
Octal233114501361144753413140
Binary1001101110011001010101111010011001001111010111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0925; }

 p { color: rgb(155,9,37); }

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

<style>
 a { background-color: #9B0925; }

 a { background-color: rgb(155,9,37); }

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

<style>
 span { border-color: #9B0925; }

 span { border-color: rgb(155,9,37); }

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