#BB3B2E

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

Shades of Medium Carmine #BB3B2E

Tints of Medium Carmine #BB3B2E

Color information

#BB3B2E (or 0xBB3B2E) is unknown color: approx Medium Carmine. HEX triplet: BB, 3B and 2E. RGB value is (187,59,46). Sum of RGB (Red+Green+Blue) = 187+59+46=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B2E is #44C4D1. Grayscale: #5F5F5F. Windows color (decimal): -4506834 or 3029947. OLE color: 3029947.

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

Color convert

RGB1875946-
CMYK00.680.750.27
HSL5.53º60.52%45.69%-
HSV(B)5.53º75.4%73.33%-
XYZ22.5513.894.08-
YUV95.7999.91193.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=64.04%
G=20.21%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187594600.680.750.275.5360.5245.69
HexBB3B2E0444B1B63d2e
Octal273735601041133367556
Binary1011101111101110111001000100100101111011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B2E; }

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

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

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

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

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

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

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

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