#BB3727

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

Shades of Medium Carmine #BB3727

Tints of Medium Carmine #BB3727

Color information

#BB3727 (or 0xBB3727) is unknown color: approx Medium Carmine. HEX triplet: BB, 37 and 27. RGB value is (187,55,39). Sum of RGB (Red+Green+Blue) = 187+55+39=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3727 is #44C8D8. Grayscale: #5C5C5C. Windows color (decimal): -4507865 or 2570171. OLE color: 2570171.

HSL color Cylindrical-coordinate representation of color #BB3727: hue angle of 6.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB3727 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1875539-
CMYK00.710.790.27
HSL6.49º65.49%44.31%-
HSV(B)6.49º79.14%73.33%-
XYZ22.2313.443.34-
YUV92.6497.73195.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=66.55%
G=19.57%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187553900.710.790.276.4965.4944.31
HexBB37270474F1B6412c
Octal2736747010711733610154
Binary10111011110111100111010001111001111110111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3727; }

 p { color: rgb(187,55,39); }

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

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

 a { background-color: rgb(187,55,39); }

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

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

 span { border-color: rgb(187,55,39); }

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