Html Css Color HEX #BC3124 Fire Brick

📋 copy color: '#BC3124'

red 188 ◦ green 49 ◦ blue 36

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

Shades of Fire Brick #BC3124

Tints of Fire Brick #BC3124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 68.86%
G = 17.95%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3124 (or 0xBC3124) is known color: Fire Brick. HEX triplet: BC, 31 and 24. RGB value is (188,49,36). Sum of RGB (Red+Green+Blue) = 188+49+36=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3124 is #43CEDB. Grayscale: #595959. Windows color (decimal): -4443868 or 2372028. OLE color: 2372028.

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

Color convert

RGB 188 49 36 -
CMYK 0 0.74 0.81 0.26
HSL 5.13º 0.68% 0.44% -
HSV(B) 5.13º 0.81% 0.74% -
XYZ 22.16 13.02 3.01 -
YUV 89.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 188 49 36 0 0.74 0.81 0.26 5.13 0.68 0.44
Hex BC 31 24 0 4A 51 1A 5 44 2C
Octal 274 61 44 0 112 121 32 5 104 54
Binary 10111100 110001 100100 0 1001010 1010001 11010 101 1000100 101100

Color Harmonies of #BC3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3124

Black with #BC3124

Text Example


Text Example

White with #BC3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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