#BC2F3A

Color #BC2F3A Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BC2F3A

Tints of Brick Red #BC2F3A

Color information

#BC2F3A (or 0xBC2F3A) is unknown color: approx Brick Red. HEX triplet: BC, 2F and 3A. RGB value is (188,47,58). Sum of RGB (Red+Green+Blue) = 188+47+58=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F3A is #43D0C5. Grayscale: #5A5A5A. Windows color (decimal): -4444358 or 3813308. OLE color: 3813308.

HSL color Cylindrical-coordinate representation of color #BC2F3A: hue angle of 355.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F3A is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1884758-
CMYK00.750.690.26
HSL355.32º60%46.08%-
HSV(B)355.32º75%73.73%-
XYZ22.5213.035.33-
YUV90.41109.71197.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.16%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=64.16%
G=16.04%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188475800.750.690.26355.326046.08
HexBC2F3A04B451A1633c2e
Octal27457720113105325437456
Binary1011110010111111101001001011100010111010101100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F3A; }

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

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

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

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

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

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

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

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