#BB3F3B

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

Shades of Medium Carmine #BB3F3B

Tints of Medium Carmine #BB3F3B

Color information

#BB3F3B (or 0xBB3F3B) is unknown color: approx Medium Carmine. HEX triplet: BB, 3F and 3B. RGB value is (187,63,59). Sum of RGB (Red+Green+Blue) = 187+63+59=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F3B is #44C0C4. Grayscale: #636363. Windows color (decimal): -4505797 or 3882939. OLE color: 3882939.

HSL color Cylindrical-coordinate representation of color #BB3F3B: hue angle of 1.88º 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 #BB3F3B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1876359-
CMYK00.660.680.27
HSL1.88º52.03%48.24%-
HSV(B)1.88º68.45%73.33%-
XYZ23.0614.445.71-
YUV99.62105.08190.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=60.52%
G=20.39%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187635900.660.680.271.8852.0348.24
HexBB3F3B042441B23430
Octal273777301021043326460
Binary101110111111111110110100001010001001101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F3B; }

 p { color: rgb(187,63,59); }

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

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

 a { background-color: rgb(187,63,59); }

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

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

 span { border-color: rgb(187,63,59); }

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