Html Css Color HEX #BC353C Brick Red

📋 copy color: '#BC353C'

red 188 ◦ green 53 ◦ blue 60

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

Shades of Brick Red #BC353C

Tints of Brick Red #BC353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 62.46%
G = 17.61%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC353C (or 0xBC353C) is known color: Brick Red. HEX triplet: BC, 35 and 3C. RGB value is (188,53,60). Sum of RGB (Red+Green+Blue) = 188+53+60=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC353C is #43CAC3. Grayscale: #5E5E5E. Windows color (decimal): -4442820 or 3945916. OLE color: 3945916.

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

Color convert

RGB 188 53 60 -
CMYK 0 0.72 0.68 0.26
HSL 356.89º 0.56% 0.47% -
HSV(B) 356.89º 0.72% 0.74% -
XYZ 22.83 13.56 5.69 -
YUV 94.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 188 53 60 0 0.72 0.68 0.26 356.89 0.56 0.47
Hex BC 35 3C 0 48 44 1A 165 38 2F
Octal 274 65 74 0 110 104 32 545 70 57
Binary 10111100 110101 111100 0 1001000 1000100 11010 101100101 111000 101111

Color Harmonies of #BC353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC353C

Black with #BC353C

Text Example


Text Example

White with #BC353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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