#bb382e

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

Shades of Medium Carmine #BB382E

Tints of Medium Carmine #BB382E

Color information

#BB382E (or 0xBB382E) is unknown color: approx Medium Carmine. HEX triplet: BB, 38 and 2E. RGB value is (187,56,46). Sum of RGB (Red+Green+Blue) = 187+56+46=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB382E is #44C7D1. Grayscale: #5E5E5E. Windows color (decimal): -4507602 or 3029179. OLE color: 3029179.

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

Color convert

RGB1875646-
CMYK00.700.750.27
HSL4.26º60.52%45.69%-
HSV(B)4.26º75.4%73.33%-
XYZ22.413.594.03-
YUV94.03100.9194.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=64.71%
G=19.38%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187564600.700.750.274.2660.5245.69
HexBB382E0464B1B43d2e
Octal273705601061133347556
Binary1011101111100010111001000110100101111011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb382e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb382e; }

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

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

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

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

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

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

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

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