Html Css Color HEX #BC353D Brick Red

📋 copy color: '#BC353D'

red 188 ◦ green 53 ◦ blue 61

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

Shades of Brick Red #BC353D

Tints of Brick Red #BC353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 62.25%
G = 17.55%
B = 20.2%

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

#BC353D (or 0xBC353D) is known color: Brick Red. HEX triplet: BC, 35 and 3D. RGB value is (188,53,61). Sum of RGB (Red+Green+Blue) = 188+53+61=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC353D is #43CAC2. Grayscale: #5E5E5E. Windows color (decimal): -4442819 or 4011452. OLE color: 4011452.

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

Color convert

RGB 188 53 61 -
CMYK 0 0.72 0.68 0.26
HSL 356.44º 0.56% 0.47% -
HSV(B) 356.44º 0.72% 0.74% -
XYZ 22.85 13.57 5.83 -
YUV 94.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 188 53 61 0 0.72 0.68 0.26 356.44 0.56 0.47
Hex BC 35 3D 0 48 44 1A 164 38 2F
Octal 274 65 75 0 110 104 32 544 70 57
Binary 10111100 110101 111101 0 1001000 1000100 11010 101100100 111000 101111

Color Harmonies of #BC353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC353D

Black with #BC353D

Text Example


Text Example

White with #BC353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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