Html Css Color HEX #BC3540 Brick Red

📋 copy color: '#BC3540'

red 188 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #BC3540

Tints of Brick Red #BC3540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 61.64%
G = 17.38%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3540 (or 0xBC3540) is known color: Brick Red. HEX triplet: BC, 35 and 40. RGB value is (188,53,64). Sum of RGB (Red+Green+Blue) = 188+53+64=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3540 is #43CABF. Grayscale: #5E5E5E. Windows color (decimal): -4442816 or 4208060. OLE color: 4208060.

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

Color convert

RGB 188 53 64 -
CMYK 0 0.72 0.66 0.26
HSL 355.11º 0.56% 0.47% -
HSV(B) 355.11º 0.72% 0.74% -
XYZ 22.94 13.61 6.27 -
YUV 94.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 188 53 64 0 0.72 0.66 0.26 355.11 0.56 0.47
Hex BC 35 40 0 48 42 1A 163 38 2F
Octal 274 65 100 0 110 102 32 543 70 57
Binary 10111100 110101 1000000 0 1001000 1000010 11010 101100011 111000 101111

Color Harmonies of #BC3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3540

Black with #BC3540

Text Example


Text Example

White with #BC3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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