Html Css Color HEX #BC313C Brick Red

📋 copy color: '#BC313C'

red 188 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #BC313C

Tints of Brick Red #BC313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 63.3%
G = 16.5%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC313C (or 0xBC313C) is known color: Brick Red. HEX triplet: BC, 31 and 3C. RGB value is (188,49,60). Sum of RGB (Red+Green+Blue) = 188+49+60=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313C is #43CEC3. Grayscale: #5B5B5B. Windows color (decimal): -4443844 or 3944892. OLE color: 3944892.

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

Color convert

RGB 188 49 60 -
CMYK 0 0.74 0.68 0.26
HSL 355.25º 0.59% 0.46% -
HSV(B) 355.25º 0.74% 0.74% -
XYZ 22.65 13.21 5.63 -
YUV 91.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 188 49 60 0 0.74 0.68 0.26 355.25 0.59 0.46
Hex BC 31 3C 0 4A 44 1A 163 3B 2E
Octal 274 61 74 0 112 104 32 543 73 56
Binary 10111100 110001 111100 0 1001010 1000100 11010 101100011 111011 101110

Color Harmonies of #BC313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC313C

Black with #BC313C

Text Example


Text Example

White with #BC313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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