#9B002C

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

Shades of Carmine #9B002C

Tints of Carmine #9B002C

Color information

#9B002C (or 0x9B002C) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 2C. RGB value is (155,0,44). Sum of RGB (Red+Green+Blue) = 155+0+44=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B002C is #64FFD3. Grayscale: #333333. Windows color (decimal): -6619092 or 2883739. OLE color: 2883739.

HSL color Cylindrical-coordinate representation of color #9B002C: hue angle of 342.97º 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 #9B002C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB155044-
CMYK010.720.39
HSL342.97º100%30.39%-
HSV(B)342.97º100%60.78%-
XYZ13.977.153.03-
YUV51.36123.85201.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=77.89%
G=0%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155044010.720.39342.9710030.39
Hex9B02C0644827157641e
Octal23305401441104752714436
Binary100110110101100011001001001000100111101010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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