#BB392A

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

Shades of Medium Carmine #BB392A

Tints of Medium Carmine #BB392A

Color information

#BB392A (or 0xBB392A) is unknown color: approx Medium Carmine. HEX triplet: BB, 39 and 2A. RGB value is (187,57,42). Sum of RGB (Red+Green+Blue) = 187+57+42=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB392A is #44C6D5. Grayscale: #5E5E5E. Windows color (decimal): -4507350 or 2767291. OLE color: 2767291.

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

Color convert

RGB1875742-
CMYK00.700.780.27
HSL6.21º63.32%44.9%-
HSV(B)6.21º77.54%73.33%-
XYZ22.3713.663.65-
YUV94.1698.57194.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.38%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=65.38%
G=19.93%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187574200.700.780.276.2163.3244.9
HexBB392A0464E1B63f2d
Octal273715201061163367755
Binary1011101111100110101001000110100111011011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB392A; }

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

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

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

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

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

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

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

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