#BC2D38

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

Shades of Brick Red #BC2D38

Tints of Brick Red #BC2D38

Color information

#BC2D38 (or 0xBC2D38) is unknown color: approx Brick Red. HEX triplet: BC, 2D and 38. RGB value is (188,45,56). Sum of RGB (Red+Green+Blue) = 188+45+56=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D38 is #43D2C7. Grayscale: #595959. Windows color (decimal): -4444872 or 3681724. OLE color: 3681724.

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

Color convert

RGB1884556-
CMYK00.760.700.26
HSL355.38º61.37%45.69%-
HSV(B)355.38º76.06%73.73%-
XYZ22.3912.855.04-
YUV89.01109.38198.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=65.05%
G=15.57%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188455600.760.700.26355.3861.3745.69
HexBC2D3804C461A1633d2e
Octal27455700114106325437556
Binary1011110010110111100001001100100011011010101100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D38; }

 p { color: rgb(188,45,56); }

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

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

 a { background-color: rgb(188,45,56); }

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

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

 span { border-color: rgb(188,45,56); }

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