#8b001b

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

Shades of Carmine #8B001B

Tints of Carmine #8B001B

Color information

#8B001B (or 0x8B001B) is unknown color: approx Carmine. HEX triplet: 8B, 00 and 1B. RGB value is (139,0,27). Sum of RGB (Red+Green+Blue) = 139+0+27=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001B is #74FFE4. Grayscale: #2C2C2C. Windows color (decimal): -7667685 or 1769611. OLE color: 1769611.

HSL color Cylindrical-coordinate representation of color #8B001B: hue angle of 348.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B001B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB139027-
CMYK010.810.45
HSL348.35º100%27.25%-
HSV(B)348.35º100%54.51%-
XYZ10.855.571.54-
YUV44.64118.05195.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=83.73%
G=0%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139027010.810.45348.3510027.25
Hex8B01B064512D15c641b
Octal21303301441215553414433
Binary10001011011011011001001010001101101101011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b001b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b001b; }

 p { color: rgb(139,0,27); }

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

<style>
 a { background-color: #8b001b; }

 a { background-color: rgb(139,0,27); }

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

<style>
 span { border-color: #8b001b; }

 span { border-color: rgb(139,0,27); }

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