#8B061B

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

Shades of Carmine #8B061B

Tints of Carmine #8B061B

Color information

#8B061B (or 0x8B061B) is unknown color: approx Carmine. HEX triplet: 8B, 06 and 1B. RGB value is (139,6,27). Sum of RGB (Red+Green+Blue) = 139+6+27=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B061B is #74F9E4. Grayscale: #303030. Windows color (decimal): -7666149 or 1771147. OLE color: 1771147.

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

Color convert

RGB139627-
CMYK00.960.810.45
HSL350.53º91.72%28.43%-
HSV(B)350.53º95.68%54.51%-
XYZ10.915.71.56-
YUV48.16116.06192.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.81%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=80.81%
G=3.49%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13962700.960.810.45350.5391.7228.43
Hex8B61B060512D15f5c1c
Octal21363301401215553713434
Binary1000101111011011011000001010001101101101011111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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