Html Css Color HEX #BC313E Brick Red

📋 copy color: '#BC313E'

red 188 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #BC313E

Tints of Brick Red #BC313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 62.88%
G = 16.39%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC313E (or 0xBC313E) is known color: Brick Red. HEX triplet: BC, 31 and 3E. RGB value is (188,49,62). Sum of RGB (Red+Green+Blue) = 188+49+62=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313E is #43CEC1. Grayscale: #5C5C5C. Windows color (decimal): -4443842 or 4075964. OLE color: 4075964.

HSL color Cylindrical-coordinate representation of color #BC313E: hue angle of 354.39º 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 #BC313E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 62 -
CMYK 0 0.74 0.67 0.26
HSL 354.39º 0.59% 0.46% -
HSV(B) 354.39º 0.74% 0.74% -
XYZ 22.71 13.24 5.92 -
YUV 92.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 188 49 62 0 0.74 0.67 0.26 354.39 0.59 0.46
Hex BC 31 3E 0 4A 43 1A 162 3B 2E
Octal 274 61 76 0 112 103 32 542 73 56
Binary 10111100 110001 111110 0 1001010 1000011 11010 101100010 111011 101110

Color Harmonies of #BC313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC313E

Black with #BC313E

Text Example


Text Example

White with #BC313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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