#BB3930

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

Shades of Medium Carmine #BB3930

Tints of Medium Carmine #BB3930

Color information

#BB3930 (or 0xBB3930) is unknown color: approx Medium Carmine. HEX triplet: BB, 39 and 30. RGB value is (187,57,48). Sum of RGB (Red+Green+Blue) = 187+57+48=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3930 is #44C6CF. Grayscale: #5F5F5F. Windows color (decimal): -4507344 or 3160507. OLE color: 3160507.

HSL color Cylindrical-coordinate representation of color #BB3930: hue angle of 3.88º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3930 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1875748-
CMYK00.700.740.27
HSL3.88º59.15%46.08%-
HSV(B)3.88º74.33%73.33%-
XYZ22.4913.74.26-
YUV94.84101.57193.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=64.04%
G=19.52%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187574800.700.740.273.8859.1546.08
HexBB39300464A1B43b2e
Octal273716001061123347356
Binary1011101111100111000001000110100101011011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3930; }

 p { color: rgb(187,57,48); }

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

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

 a { background-color: rgb(187,57,48); }

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

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

 span { border-color: rgb(187,57,48); }

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