#BB3D38

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

Shades of Medium Carmine #BB3D38

Tints of Medium Carmine #BB3D38

Color information

#BB3D38 (or 0xBB3D38) is unknown color: approx Medium Carmine. HEX triplet: BB, 3D and 38. RGB value is (187,61,56). Sum of RGB (Red+Green+Blue) = 187+61+56=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D38 is #44C2C7. Grayscale: #626262. Windows color (decimal): -4506312 or 3685819. OLE color: 3685819.

HSL color Cylindrical-coordinate representation of color #BB3D38: hue angle of 2.29º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3D38 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1876156-
CMYK00.670.700.27
HSL2.29º53.91%47.65%-
HSV(B)2.29º70.05%73.33%-
XYZ22.8814.195.27-
YUV98.1104.24191.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 61 (24.22% from 255) = 20.07%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=61.51%
G=20.07%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187615600.670.700.272.2953.9147.65
HexBB3D38043461B23630
Octal273757001031063326660
Binary101110111111011110000100001110001101101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D38; }

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

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

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

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

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

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

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

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