#9B0C22

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

Shades of Carmine #9B0C22

Tints of Carmine #9B0C22

Color information

#9B0C22 (or 0x9B0C22) is unknown color: approx Carmine. HEX triplet: 9B, 0C and 22. RGB value is (155,12,34). Sum of RGB (Red+Green+Blue) = 155+12+34=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C22 is #64F3DD. Grayscale: #393939. Windows color (decimal): -6616030 or 2231451. OLE color: 2231451.

HSL color Cylindrical-coordinate representation of color #9B0C22: hue angle of 350.77º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C22 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1551234-
CMYK00.920.780.39
HSL350.77º85.63%32.75%-
HSV(B)350.77º92.26%60.78%-
XYZ13.947.352.2-
YUV57.26114.88197.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=77.11%
G=5.97%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155123400.920.780.39350.7785.6332.75
Hex9BC2205C4E2715f5621
Octal233144201341164753712641
Binary1001101111001000100101110010011101001111010111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,12,34); }

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

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

 a { background-color: rgb(155,12,34); }

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

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

 span { border-color: rgb(155,12,34); }

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