#8B1019

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

Shades of Carmine #8B1019

Tints of Carmine #8B1019

Color information

#8B1019 (or 0x8B1019) is unknown color: approx Carmine. HEX triplet: 8B, 10 and 19. RGB value is (139,16,25). Sum of RGB (Red+Green+Blue) = 139+16+25=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1019 is #74EFE6. Grayscale: #353535. Windows color (decimal): -7663591 or 1642635. OLE color: 1642635.

HSL color Cylindrical-coordinate representation of color #8B1019: hue angle of 355.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1019 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1391625-
CMYK00.880.820.45
HSL355.61º79.35%30.39%-
HSV(B)355.61º88.49%54.51%-
XYZ11.015.931.48-
YUV53.8111.75188.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 77.22%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=77.22%
G=8.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139162500.880.820.45355.6179.3530.39
Hex8B1019058522D1644f1e
Octal213203101301225554411736
Binary100010111000011001010110001010010101101101100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,25); }

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

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

 a { background-color: rgb(139,16,25); }

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

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

 span { border-color: rgb(139,16,25); }

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