#BB4334

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

Shades of Medium Carmine #BB4334

Tints of Medium Carmine #BB4334

Color information

#BB4334 (or 0xBB4334) is unknown color: approx Medium Carmine. HEX triplet: BB, 43 and 34. RGB value is (187,67,52). Sum of RGB (Red+Green+Blue) = 187+67+52=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4334 is #44BCCB. Grayscale: #656565. Windows color (decimal): -4504780 or 3425211. OLE color: 3425211.

HSL color Cylindrical-coordinate representation of color #BB4334: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB4334 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1876752-
CMYK00.640.720.27
HSL6.67º56.49%46.86%-
HSV(B)6.67º72.19%73.33%-
XYZ23.1214.834.89-
YUV101.17100.26189.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=61.11%
G=21.90%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187675200.640.720.276.6756.4946.86
HexBB4334040481B7382f
Octal2731036401001103377057
Binary10111011100001111010001000000100100011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4334; }

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

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

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

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

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

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

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

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