#9B0021

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

Shades of Carmine #9B0021

Tints of Carmine #9B0021

Color information

#9B0021 (or 0x9B0021) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 21. RGB value is (155,0,33). Sum of RGB (Red+Green+Blue) = 155+0+33=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0021 is #64FFDE. Grayscale: #323232. Windows color (decimal): -6619103 or 2162843. OLE color: 2162843.

HSL color Cylindrical-coordinate representation of color #9B0021: hue angle of 347.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0021 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB155033-
CMYK010.790.39
HSL347.23º100%30.39%-
HSV(B)347.23º100%60.78%-
XYZ13.797.082.08-
YUV50.11118.35202.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 82.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=82.45%
G=0%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155033010.790.39347.2310030.39
Hex9B0210644F2715b641e
Octal23304101441174753314436
Binary100110110100001011001001001111100111101011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,0,33); }

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

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

 a { background-color: rgb(155,0,33); }

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

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

 span { border-color: rgb(155,0,33); }

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