#BC3A25

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

Shades of Medium Carmine #BC3A25

Tints of Medium Carmine #BC3A25

Color information

#BC3A25 (or 0xBC3A25) is unknown color: approx Medium Carmine. HEX triplet: BC, 3A and 25. RGB value is (188,58,37). Sum of RGB (Red+Green+Blue) = 188+58+37=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A25 is #43C5DA. Grayscale: #5E5E5E. Windows color (decimal): -4441563 or 2439868. OLE color: 2439868.

HSL color Cylindrical-coordinate representation of color #BC3A25: hue angle of 8.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3A25 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1885837-
CMYK00.690.800.26
HSL8.34º67.11%44.12%-
HSV(B)8.34º80.32%73.73%-
XYZ22.5913.853.23-
YUV94.4895.57194.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.43%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=66.43%
G=20.49%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188583700.690.800.268.3467.1144.12
HexBC3A25045501A8432c
Octal27472450105120321010354
Binary101111001110101001010100010110100001101010001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A25; }

 p { color: rgb(188,58,37); }

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

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

 a { background-color: rgb(188,58,37); }

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

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

 span { border-color: rgb(188,58,37); }

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