#9B0226

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

Shades of Carmine #9B0226

Tints of Carmine #9B0226

Color information

#9B0226 (or 0x9B0226) is unknown color: approx Carmine. HEX triplet: 9B, 02 and 26. RGB value is (155,2,38). Sum of RGB (Red+Green+Blue) = 155+2+38=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0226 is #64FDD9. Grayscale: #333333. Windows color (decimal): -6618586 or 2491035. OLE color: 2491035.

HSL color Cylindrical-coordinate representation of color #9B0226: hue angle of 345.88º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0226 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB155238-
CMYK00.990.750.39
HSL345.88º97.45%30.78%-
HSV(B)345.88º98.71%60.78%-
XYZ13.897.152.48-
YUV51.85120.19201.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 79.49%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=79.49%
G=1.03%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15523800.990.750.39345.8897.4530.78
Hex9B2260634B2715a611f
Octal23324601431134753214137
Binary1001101110100110011000111001011100111101011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,38); }

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

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

 a { background-color: rgb(155,2,38); }

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

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

 span { border-color: rgb(155,2,38); }

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