#8B141C

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

Shades of Carmine #8B141C

Tints of Carmine #8B141C

Color information

#8B141C (or 0x8B141C) is unknown color: approx Carmine. HEX triplet: 8B, 14 and 1C. RGB value is (139,20,28). Sum of RGB (Red+Green+Blue) = 139+20+28=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B141C is #74EBE3. Grayscale: #383838. Windows color (decimal): -7662564 or 1840267. OLE color: 1840267.

HSL color Cylindrical-coordinate representation of color #8B141C: hue angle of 355.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B141C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1392028-
CMYK00.860.800.45
HSL355.97º74.84%31.18%-
HSV(B)355.97º85.61%54.51%-
XYZ11.116.071.69-
YUV56.49111.92186.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=74.33%
G=10.70%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139202800.860.800.45355.9774.8431.18
Hex8B141C056502D1644b1f
Octal213243401261205554411337
Binary100010111010011100010101101010000101101101100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,28); }

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

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

 a { background-color: rgb(139,20,28); }

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

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

 span { border-color: rgb(139,20,28); }

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