Html Css Color HEX #BC3C44 Brick Red

📋 copy color: '#BC3C44'

red 188 ◦ green 60 ◦ blue 68

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

Shades of Brick Red #BC3C44

Tints of Brick Red #BC3C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 59.49%
G = 18.99%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC3C44 (or 0xBC3C44) is known color: Brick Red. HEX triplet: BC, 3C and 44. RGB value is (188,60,68). Sum of RGB (Red+Green+Blue) = 188+60+68=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C44 is #43C3BB. Grayscale: #636363. Windows color (decimal): -4441020 or 4471996. OLE color: 4471996.

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

Color convert

RGB 188 60 68 -
CMYK 0 0.68 0.64 0.26
HSL 356.25º 0.52% 0.49% -
HSV(B) 356.25º 0.68% 0.74% -
XYZ 23.4 14.34 7 -
YUV 99.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 188 60 68 0 0.68 0.64 0.26 356.25 0.52 0.49
Hex BC 3C 44 0 44 40 1A 164 34 31
Octal 274 74 104 0 104 100 32 544 64 61
Binary 10111100 111100 1000100 0 1000100 1000000 11010 101100100 110100 110001

Color Harmonies of #BC3C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C44

Black with #BC3C44

Text Example


Text Example

White with #BC3C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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