#BB3B3A

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

Shades of Medium Carmine #BB3B3A

Tints of Medium Carmine #BB3B3A

Color information

#BB3B3A (or 0xBB3B3A) is unknown color: approx Medium Carmine. HEX triplet: BB, 3B and 3A. RGB value is (187,59,58). Sum of RGB (Red+Green+Blue) = 187+59+58=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B3A is #44C4C5. Grayscale: #616161. Windows color (decimal): -4506822 or 3816379. OLE color: 3816379.

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

Color convert

RGB1875958-
CMYK00.680.690.27
HSL0.47º52.65%48.04%-
HSV(B)0.47º68.98%73.33%-
XYZ22.82145.5-
YUV97.16105.91192.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=61.51%
G=19.41%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187595800.680.690.270.4752.6548.04
HexBB3B3A044451B03530
Octal273737201041053306560
Binary10111011111011111010010001001000101110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B3A; }

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

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

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

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

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

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

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

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