#8B0316

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

Shades of Carmine #8B0316

Tints of Carmine #8B0316

Color information

#8B0316 (or 0x8B0316) is unknown color: approx Carmine. HEX triplet: 8B, 03 and 16. RGB value is (139,3,22). Sum of RGB (Red+Green+Blue) = 139+3+22=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0316 is #74FCE9. Grayscale: #2D2D2D. Windows color (decimal): -7666922 or 1442699. OLE color: 1442699.

HSL color Cylindrical-coordinate representation of color #8B0316: hue angle of 351.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0316 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB139322-
CMYK00.980.840.45
HSL351.62º95.77%27.84%-
HSV(B)351.62º97.84%54.51%-
XYZ10.825.611.27-
YUV45.83114.56194.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.76%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=84.76%
G=1.83%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13932200.980.840.45351.6295.7727.84
Hex8B316062542D160601c
Octal21332601421245554014034
Binary100010111110110011000101010100101101101100000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,22); }

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

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

 a { background-color: rgb(139,3,22); }

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

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

 span { border-color: rgb(139,3,22); }

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