#BC273E

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

Shades of Brick Red #BC273E

Tints of Brick Red #BC273E

Color information

#BC273E (or 0xBC273E) is unknown color: approx Brick Red. HEX triplet: BC, 27 and 3E. RGB value is (188,39,62). Sum of RGB (Red+Green+Blue) = 188+39+62=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273E is #43D8C1. Grayscale: #565656. Windows color (decimal): -4446402 or 4073404. OLE color: 4073404.

HSL color Cylindrical-coordinate representation of color #BC273E: hue angle of 350.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC273E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1883962-
CMYK00.790.670.26
HSL350.74º65.64%44.51%-
HSV(B)350.74º79.26%73.73%-
XYZ22.3312.495.79-
YUV86.17114.36200.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=65.05%
G=13.49%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188396200.790.670.26350.7465.6444.51
HexBC273E04F431A15f422d
Octal274477601171033253710255
Binary10111100100111111110010011111000011110101010111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC273E; }

 p { color: rgb(188,39,62); }

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

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

 a { background-color: rgb(188,39,62); }

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

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

 span { border-color: rgb(188,39,62); }

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