#BC3440

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

Shades of Brick Red #BC3440

Tints of Brick Red #BC3440

Color information

#BC3440 (or 0xBC3440) is unknown color: approx Brick Red. HEX triplet: BC, 34 and 40. RGB value is (188,52,64). Sum of RGB (Red+Green+Blue) = 188+52+64=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3440 is #43CBBF. Grayscale: #5E5E5E. Windows color (decimal): -4443072 or 4207804. OLE color: 4207804.

HSL color Cylindrical-coordinate representation of color #BC3440: hue angle of 354.71º degrees, saturation: 0.57, 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 #BC3440 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1885264-
CMYK00.720.660.26
HSL354.71º56.67%47.06%-
HSV(B)354.71º72.34%73.73%-
XYZ22.8913.526.25-
YUV94.03111.06195.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.84%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=61.84%
G=17.11%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188526400.720.660.26354.7156.6747.06
HexBC3440048421A163392f
Octal274641000110102325437157
Binary10111100110100100000001001000100001011010101100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3440; }

 p { color: rgb(188,52,64); }

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

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

 a { background-color: rgb(188,52,64); }

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

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

 span { border-color: rgb(188,52,64); }

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