#8B161A

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

Shades of Carmine #8B161A

Tints of Carmine #8B161A

Color information

#8B161A (or 0x8B161A) is unknown color: approx Carmine. HEX triplet: 8B, 16 and 1A. RGB value is (139,22,26). Sum of RGB (Red+Green+Blue) = 139+22+26=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B161A is #74E9E5. Grayscale: #393939. Windows color (decimal): -7662054 or 1709707. OLE color: 1709707.

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

Color convert

RGB1392226-
CMYK00.840.810.45
HSL357.95º72.67%31.57%-
HSV(B)357.95º84.17%54.51%-
XYZ11.126.141.58-
YUV57.44110.26186.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=74.33%
G=11.76%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139222600.840.810.45357.9572.6731.57
Hex8B161A054512D1664920
Octal213263201241215554611140
Binary1000101110110110100101010010100011011011011001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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