Html Css Color HEX #BC2920 Fire Brick

📋 copy color: '#BC2920'

red 188 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #BC2920

Tints of Fire Brick #BC2920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 72.03%
G = 15.71%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC2920 (or 0xBC2920) is known color: Fire Brick. HEX triplet: BC, 29 and 20. RGB value is (188,41,32). Sum of RGB (Red+Green+Blue) = 188+41+32=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2920 is #43D6DF. Grayscale: #545454. Windows color (decimal): -4445920 or 2107836. OLE color: 2107836.

HSL color Cylindrical-coordinate representation of color #BC2920: hue angle of 3.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2920 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 32 -
CMYK 0 0.78 0.83 0.26
HSL 3.46º 0.71% 0.43% -
HSV(B) 3.46º 0.83% 0.74% -
XYZ 21.79 12.38 2.61 -
YUV 83.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 188 41 32 0 0.78 0.83 0.26 3.46 0.71 0.43
Hex BC 29 20 0 4E 53 1A 3 47 2B
Octal 274 51 40 0 116 123 32 3 107 53
Binary 10111100 101001 100000 0 1001110 1010011 11010 11 1000111 101011

Color Harmonies of #BC2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2920

Black with #BC2920

Text Example


Text Example

White with #BC2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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