#8A031B

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

Shades of Carmine #8A031B

Tints of Carmine #8A031B

Color information

#8A031B (or 0x8A031B) is unknown color: approx Carmine. HEX triplet: 8A, 03 and 1B. RGB value is (138,3,27). Sum of RGB (Red+Green+Blue) = 138+3+27=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A031B is #75FCE4. Grayscale: #2E2E2E. Windows color (decimal): -7732453 or 1770378. OLE color: 1770378.

HSL color Cylindrical-coordinate representation of color #8A031B: hue angle of 349.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A031B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB138327-
CMYK00.980.800.46
HSL349.33º95.74%27.65%-
HSV(B)349.33º97.83%54.12%-
XYZ10.715.551.54-
YUV46.1117.23193.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.14%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=82.14%
G=1.79%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13832700.980.800.46349.3395.7427.65
Hex8A31B062502E15d601c
Octal21233301421205653514034
Binary100010101111011011000101010000101110101011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,27); }

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

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

 a { background-color: rgb(138,3,27); }

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

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

 span { border-color: rgb(138,3,27); }

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