#BB3A32

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

Shades of Medium Carmine #BB3A32

Tints of Medium Carmine #BB3A32

Color information

#BB3A32 (or 0xBB3A32) is unknown color: approx Medium Carmine. HEX triplet: BB, 3A and 32. RGB value is (187,58,50). Sum of RGB (Red+Green+Blue) = 187+58+50=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A32 is #44C5CD. Grayscale: #5F5F5F. Windows color (decimal): -4507086 or 3291835. OLE color: 3291835.

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

Color convert

RGB1875850-
CMYK00.690.730.27
HSL3.5º57.81%46.47%-
HSV(B)3.5º73.26%73.33%-
XYZ22.5813.824.5-
YUV95.66102.24193.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=63.39%
G=19.66%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187585000.690.730.273.557.8146.47
HexBB3A32045491B43a2e
Octal273726201051113347256
Binary1011101111101011001001000101100100111011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A32; }

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

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

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

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

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

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

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

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