#BC303B

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

Shades of Brick Red #BC303B

Tints of Brick Red #BC303B

Color information

#BC303B (or 0xBC303B) is unknown color: approx Brick Red. HEX triplet: BC, 30 and 3B. RGB value is (188,48,59). Sum of RGB (Red+Green+Blue) = 188+48+59=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303B is #43CFC4. Grayscale: #5B5B5B. Windows color (decimal): -4444101 or 3879100. OLE color: 3879100.

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

Color convert

RGB1884859-
CMYK00.740.690.26
HSL355.29º59.32%46.27%-
HSV(B)355.29º74.47%73.73%-
XYZ22.5913.125.48-
YUV91.11109.88197.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.73%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 59 (23.44% from 255) = 20%
R=63.73%
G=16.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188485900.740.690.26355.2959.3246.27
HexBC303B04A451A1633b2e
Octal27460730112105325437356
Binary1011110011000011101101001010100010111010101100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC303B; }

 p { color: rgb(188,48,59); }

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

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

 a { background-color: rgb(188,48,59); }

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

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

 span { border-color: rgb(188,48,59); }

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