#B9332B

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

Shades of Medium Carmine #B9332B

Tints of Medium Carmine #B9332B

Color information

#B9332B (or 0xB9332B) is unknown color: approx Medium Carmine. HEX triplet: B9, 33 and 2B. RGB value is (185,51,43). Sum of RGB (Red+Green+Blue) = 185+51+43=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9332B is #46CCD4. Grayscale: #5A5A5A. Windows color (decimal): -4639957 or 2831289. OLE color: 2831289.

HSL color Cylindrical-coordinate representation of color #B9332B: hue angle of 3.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9332B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1855143-
CMYK00.720.770.27
HSL3.38º62.28%44.71%-
HSV(B)3.38º76.76%72.55%-
XYZ21.6312.863.63-
YUV90.15101.39195.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=66.31%
G=18.28%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185514300.720.770.273.3862.2844.71
HexB9332B0484D1B33e2d
Octal271635301101153337655
Binary101110011100111010110100100010011011101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9332B; }

 p { color: rgb(185,51,43); }

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

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

 a { background-color: rgb(185,51,43); }

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

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

 span { border-color: rgb(185,51,43); }

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