#8B061C

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

Shades of Carmine #8B061C

Tints of Carmine #8B061C

Color information

#8B061C (or 0x8B061C) is unknown color: approx Carmine. HEX triplet: 8B, 06 and 1C. RGB value is (139,6,28). Sum of RGB (Red+Green+Blue) = 139+6+28=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B061C is #74F9E3. Grayscale: #303030. Windows color (decimal): -7666148 or 1836683. OLE color: 1836683.

HSL color Cylindrical-coordinate representation of color #8B061C: hue angle of 350.08º 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 #8B061C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB139628-
CMYK00.960.800.45
HSL350.08º91.72%28.43%-
HSV(B)350.08º95.68%54.51%-
XYZ10.925.71.62-
YUV48.28116.56192.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=80.35%
G=3.47%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13962800.960.800.45350.0891.7228.43
Hex8B61C060502D15e5c1c
Octal21363401401205553613434
Binary1000101111011100011000001010000101101101011110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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