Html Css Color HEX #BC283C Brick Red

📋 copy color: '#BC283C'

red 188 ◦ green 40 ◦ blue 60

#BC283C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BC283C

Tints of Brick Red #BC283C

RGB

 RED value IS 188 (73.83% from 255) = 65.28%

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 65.28%
G = 13.89%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC283C (or 0xBC283C) is known color: Brick Red. HEX triplet: BC, 28 and 3C. RGB value is (188,40,60). Sum of RGB (Red+Green+Blue) = 188+40+60=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC283C is #43D7C3. Grayscale: #565656. Windows color (decimal): -4446148 or 3942588. OLE color: 3942588.

HSL color Cylindrical-coordinate representation of color #BC283C: hue angle of 351.89º degrees, saturation: 0.65, 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 #BC283C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 60 -
CMYK 0 0.79 0.68 0.26
HSL 351.89º 0.65% 0.45% -
HSV(B) 351.89º 0.79% 0.74% -
XYZ 22.31 12.54 5.52 -
YUV 86.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 188 40 60 0 0.79 0.68 0.26 351.89 0.65 0.45
Hex BC 28 3C 0 4F 44 1A 160 41 2D
Octal 274 50 74 0 117 104 32 540 101 55
Binary 10111100 101000 111100 0 1001111 1000100 11010 101100000 1000001 101101

Color Harmonies of #BC283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC283C

Black with #BC283C

Text Example


Text Example

White with #BC283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC283C; }

 p { color: rgb(188,40,60); }

 H1.HeaderClassName
 {
   color: #BC283C;
 }
 .AnyTagClassName
 {
   color: #BC283C;
 }
</style>

background-color css

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

 a { background-color: rgb(188,40,60); }

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

border-color css

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

 span { border-color: rgb(188,40,60); }

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