#B9443B

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

Shades of Medium Carmine #B9443B

Tints of Medium Carmine #B9443B

Color information

#B9443B (or 0xB9443B) is unknown color: approx Medium Carmine. HEX triplet: B9, 44 and 3B. RGB value is (185,68,59). Sum of RGB (Red+Green+Blue) = 185+68+59=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9443B is #46BBC4. Grayscale: #666666. Windows color (decimal): -4635589 or 3884217. OLE color: 3884217.

HSL color Cylindrical-coordinate representation of color #B9443B: hue angle of 4.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9443B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1856859-
CMYK00.630.680.27
HSL4.29º51.64%47.84%-
HSV(B)4.29º68.11%72.55%-
XYZ22.8614.765.78-
YUV101.96103.76187.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=59.29%
G=21.79%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185685900.630.680.274.2951.6447.84
HexB9443B03F441B43430
Octal271104730771043346460
Binary1011100110001001110110111111100010011011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9443B; }

 p { color: rgb(185,68,59); }

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

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

 a { background-color: rgb(185,68,59); }

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

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

 span { border-color: rgb(185,68,59); }

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