#BB372E

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

Shades of Medium Carmine #BB372E

Tints of Medium Carmine #BB372E

Color information

#BB372E (or 0xBB372E) is unknown color: approx Medium Carmine. HEX triplet: BB, 37 and 2E. RGB value is (187,55,46). Sum of RGB (Red+Green+Blue) = 187+55+46=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB372E is #44C8D1. Grayscale: #5D5D5D. Windows color (decimal): -4507858 or 3028923. OLE color: 3028923.

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

Color convert

RGB1875546-
CMYK00.710.750.27
HSL3.83º60.52%45.69%-
HSV(B)3.83º75.4%73.33%-
XYZ22.3513.494.01-
YUV93.44101.23194.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=64.93%
G=19.10%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187554600.710.750.273.8360.5245.69
HexBB372E0474B1B43d2e
Octal273675601071133347556
Binary1011101111011110111001000111100101111011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB372E; }

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

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

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

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

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

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

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

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