Html Css Color HEX #BC2924 Fire Brick

📋 copy color: '#BC2924'

red 188 ◦ green 41 ◦ blue 36

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

Shades of Fire Brick #BC2924

Tints of Fire Brick #BC2924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 70.94%
G = 15.47%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2924 (or 0xBC2924) is known color: Fire Brick. HEX triplet: BC, 29 and 24. RGB value is (188,41,36). Sum of RGB (Red+Green+Blue) = 188+41+36=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2924 is #43D6DB. Grayscale: #545454. Windows color (decimal): -4445916 or 2369980. OLE color: 2369980.

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

Color convert

RGB 188 41 36 -
CMYK 0 0.78 0.81 0.26
HSL 1.97º 0.68% 0.44% -
HSV(B) 1.97º 0.81% 0.74% -
XYZ 21.85 12.4 2.91 -
YUV 84.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 188 41 36 0 0.78 0.81 0.26 1.97 0.68 0.44
Hex BC 29 24 0 4E 51 1A 2 44 2C
Octal 274 51 44 0 116 121 32 2 104 54
Binary 10111100 101001 100100 0 1001110 1010001 11010 10 1000100 101100

Color Harmonies of #BC2924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2924

Black with #BC2924

Text Example


Text Example

White with #BC2924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2924; }

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

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

background-color css

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

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

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

border-color css

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

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

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