#890B1A

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

Shades of Carmine #890B1A

Tints of Carmine #890B1A

Color information

#890B1A (or 0x890B1A) is unknown color: approx Carmine. HEX triplet: 89, 0B and 1A. RGB value is (137,11,26). Sum of RGB (Red+Green+Blue) = 137+11+26=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B1A is #76F4E5. Grayscale: #323232. Windows color (decimal): -7795942 or 1706889. OLE color: 1706889.

HSL color Cylindrical-coordinate representation of color #890B1A: hue angle of 352.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B1A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1371126-
CMYK00.920.810.46
HSL352.86º85.14%29.02%-
HSV(B)352.86º91.97%53.73%-
XYZ10.625.631.5-
YUV50.38114.24189.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.74%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=78.74%
G=6.32%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137112600.920.810.46352.8685.1429.02
Hex89B1A05C512E161551d
Octal211133201341215654112535
Binary10001001101111010010111001010001101110101100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890B1A; }

 p { color: rgb(137,11,26); }

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

<style>
 a { background-color: #890B1A; }

 a { background-color: rgb(137,11,26); }

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

<style>
 span { border-color: #890B1A; }

 span { border-color: rgb(137,11,26); }

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