#BC3542

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

Shades of Brick Red #BC3542

Tints of Brick Red #BC3542

Color information

#BC3542 (or 0xBC3542) is unknown color: approx Brick Red. HEX triplet: BC, 35 and 42. RGB value is (188,53,66). Sum of RGB (Red+Green+Blue) = 188+53+66=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3542 is #43CABD. Grayscale: #5E5E5E. Windows color (decimal): -4442814 or 4339132. OLE color: 4339132.

HSL color Cylindrical-coordinate representation of color #BC3542: hue angle of 354.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3542 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1885366-
CMYK00.720.650.26
HSL354.22º56.02%47.25%-
HSV(B)354.22º71.81%73.73%-
XYZ2313.636.57-
YUV94.85111.73194.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=61.24%
G=17.26%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188536600.720.650.26354.2256.0247.25
HexBC3542048411A162382f
Octal274651020110101325427057
Binary10111100110101100001001001000100000111010101100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3542; }

 p { color: rgb(188,53,66); }

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

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

 a { background-color: rgb(188,53,66); }

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

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

 span { border-color: rgb(188,53,66); }

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