#9B141A

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

Shades of Carmine #9B141A

Tints of Carmine #9B141A

Color information

#9B141A (or 0x9B141A) is unknown color: approx Carmine. HEX triplet: 9B, 14 and 1A. RGB value is (155,20,26). Sum of RGB (Red+Green+Blue) = 155+20+26=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B141A is #64EBE5. Grayscale: #3D3D3D. Windows color (decimal): -6613990 or 1709211. OLE color: 1709211.

HSL color Cylindrical-coordinate representation of color #9B141A: hue angle of 357.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B141A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1552026-
CMYK00.870.830.39
HSL357.33º77.14%34.31%-
HSV(B)357.33º87.1%60.78%-
XYZ13.957.541.7-
YUV61.05108.23195.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=77.11%
G=9.95%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155202600.870.830.39357.3377.1434.31
Hex9B141A05753271654d22
Octal233243201271234754511542
Binary1001101110100110100101011110100111001111011001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B141A; }

 p { color: rgb(155,20,26); }

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

<style>
 a { background-color: #9B141A; }

 a { background-color: rgb(155,20,26); }

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

<style>
 span { border-color: #9B141A; }

 span { border-color: rgb(155,20,26); }

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