#BB4338

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

Shades of Medium Carmine #BB4338

Tints of Medium Carmine #BB4338

Color information

#BB4338 (or 0xBB4338) is unknown color: approx Medium Carmine. HEX triplet: BB, 43 and 38. RGB value is (187,67,56). Sum of RGB (Red+Green+Blue) = 187+67+56=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4338 is #44BCC7. Grayscale: #656565. Windows color (decimal): -4504776 or 3687355. OLE color: 3687355.

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

Color convert

RGB1876756-
CMYK00.640.700.27
HSL5.04º53.91%47.65%-
HSV(B)5.04º70.05%73.33%-
XYZ23.2114.865.39-
YUV101.63102.26188.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=60.32%
G=21.61%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187675600.640.700.275.0453.9147.65
HexBB4338040461B53630
Octal2731037001001063356660
Binary10111011100001111100001000000100011011011101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4338; }

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

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

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

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

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

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

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

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