Html Css Color HEX #BC2824 Fire Brick

📋 copy color: '#BC2824'

red 188 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #BC2824

Tints of Fire Brick #BC2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 71.21%
G = 15.15%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2824 (or 0xBC2824) is known color: Fire Brick. HEX triplet: BC, 28 and 24. RGB value is (188,40,36). Sum of RGB (Red+Green+Blue) = 188+40+36=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2824 is #43D7DB. Grayscale: #535353. Windows color (decimal): -4446172 or 2369724. OLE color: 2369724.

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

Color convert

RGB 188 40 36 -
CMYK 0 0.79 0.81 0.26
HSL 1.58º 0.68% 0.44% -
HSV(B) 1.58º 0.81% 0.74% -
XYZ 21.82 12.34 2.9 -
YUV 83.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 188 40 36 0 0.79 0.81 0.26 1.58 0.68 0.44
Hex BC 28 24 0 4F 51 1A 2 44 2C
Octal 274 50 44 0 117 121 32 2 104 54
Binary 10111100 101000 100100 0 1001111 1010001 11010 10 1000100 101100

Color Harmonies of #BC2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2824

Black with #BC2824

Text Example


Text Example

White with #BC2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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