#BB3E3A

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

Shades of Medium Carmine #BB3E3A

Tints of Medium Carmine #BB3E3A

Color information

#BB3E3A (or 0xBB3E3A) is unknown color: approx Medium Carmine. HEX triplet: BB, 3E and 3A. RGB value is (187,62,58). Sum of RGB (Red+Green+Blue) = 187+62+58=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E3A is #44C1C5. Grayscale: #636363. Windows color (decimal): -4506054 or 3817147. OLE color: 3817147.

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

Color convert

RGB1876258-
CMYK00.670.690.27
HSL1.86º52.65%48.04%-
HSV(B)1.86º68.98%73.33%-
XYZ22.9814.325.55-
YUV98.92104.91190.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=60.91%
G=20.20%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187625800.670.690.271.8652.6548.04
HexBB3E3A043451B23530
Octal273767201031053326560
Binary101110111111101110100100001110001011101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E3A; }

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

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

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

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

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

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

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

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