Html Css Color HEX #BC313A Brick Red

📋 copy color: '#BC313A'

red 188 ◦ green 49 ◦ blue 58

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

Shades of Brick Red #BC313A

Tints of Brick Red #BC313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 63.73%
G = 16.61%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC313A (or 0xBC313A) is known color: Brick Red. HEX triplet: BC, 31 and 3A. RGB value is (188,49,58). Sum of RGB (Red+Green+Blue) = 188+49+58=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313A is #43CEC5. Grayscale: #5B5B5B. Windows color (decimal): -4443846 or 3813820. OLE color: 3813820.

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

Color convert

RGB 188 49 58 -
CMYK 0 0.74 0.69 0.26
HSL 356.12º 0.59% 0.46% -
HSV(B) 356.12º 0.74% 0.74% -
XYZ 22.6 13.19 5.36 -
YUV 91.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 188 49 58 0 0.74 0.69 0.26 356.12 0.59 0.46
Hex BC 31 3A 0 4A 45 1A 164 3B 2E
Octal 274 61 72 0 112 105 32 544 73 56
Binary 10111100 110001 111010 0 1001010 1000101 11010 101100100 111011 101110

Color Harmonies of #BC313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC313A

Black with #BC313A

Text Example


Text Example

White with #BC313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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