#BB3827

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

Shades of Medium Carmine #BB3827

Tints of Medium Carmine #BB3827

Color information

#BB3827 (or 0xBB3827) is unknown color: approx Medium Carmine. HEX triplet: BB, 38 and 27. RGB value is (187,56,39). Sum of RGB (Red+Green+Blue) = 187+56+39=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3827 is #44C7D8. Grayscale: #5D5D5D. Windows color (decimal): -4507609 or 2570427. OLE color: 2570427.

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

Color convert

RGB1875639-
CMYK00.700.790.27
HSL6.89º65.49%44.31%-
HSV(B)6.89º79.14%73.33%-
XYZ22.2713.543.36-
YUV93.2397.4194.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.31%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=66.31%
G=19.86%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187563900.700.790.276.8965.4944.31
HexBB38270464F1B7412c
Octal2737047010611733710154
Binary10111011111000100111010001101001111110111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3827; }

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

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

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

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

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

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

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

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