#BB4230

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

Shades of Medium Carmine #BB4230

Tints of Medium Carmine #BB4230

Color information

#BB4230 (or 0xBB4230) is unknown color: approx Medium Carmine. HEX triplet: BB, 42 and 30. RGB value is (187,66,48). Sum of RGB (Red+Green+Blue) = 187+66+48=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4230 is #44BDCF. Grayscale: #646464. Windows color (decimal): -4505040 or 3162811. OLE color: 3162811.

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

Color convert

RGB1876648-
CMYK00.650.740.27
HSL7.77º59.15%46.08%-
HSV(B)7.77º74.33%73.33%-
XYZ22.9814.674.42-
YUV100.1398.59189.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=62.13%
G=21.93%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187664800.650.740.277.7759.1546.08
HexBB42300414A1B83b2e
Octal27310260010111233107356
Binary101110111000010110000010000011001010110111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4230; }

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

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

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

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

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

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

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

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