#BB3832

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

Shades of Medium Carmine #BB3832

Tints of Medium Carmine #BB3832

Color information

#BB3832 (or 0xBB3832) is unknown color: approx Medium Carmine. HEX triplet: BB, 38 and 32. RGB value is (187,56,50). Sum of RGB (Red+Green+Blue) = 187+56+50=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3832 is #44C7CD. Grayscale: #5E5E5E. Windows color (decimal): -4507598 or 3291323. OLE color: 3291323.

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

Color convert

RGB1875650-
CMYK00.700.730.27
HSL2.63º57.81%46.47%-
HSV(B)2.63º73.26%73.33%-
XYZ22.4813.624.46-
YUV94.48102.9193.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=63.82%
G=19.11%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187565000.700.730.272.6357.8146.47
HexBB3832046491B33a2e
Octal273706201061113337256
Binary101110111110001100100100011010010011101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3832; }

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

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

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

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

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

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

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

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