Html Css Color HEX #BC211C Fire Brick

📋 copy color: '#BC211C'

red 188 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #BC211C

Tints of Fire Brick #BC211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 75.5%
G = 13.25%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC211C (or 0xBC211C) is known color: Fire Brick. HEX triplet: BC, 21 and 1C. RGB value is (188,33,28). Sum of RGB (Red+Green+Blue) = 188+33+28=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211C is #43DEE3. Grayscale: #4E4E4E. Windows color (decimal): -4447972 or 1843644. OLE color: 1843644.

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

Color convert

RGB 188 33 28 -
CMYK 0 0.82 0.85 0.26
HSL 1.88º 0.74% 0.42% -
HSV(B) 1.88º 0.85% 0.74% -
XYZ 21.49 11.86 2.26 -
YUV 78.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 188 33 28 0 0.82 0.85 0.26 1.88 0.74 0.42
Hex BC 21 1C 0 52 55 1A 2 4A 2A
Octal 274 41 34 0 122 125 32 2 112 52
Binary 10111100 100001 11100 0 1010010 1010101 11010 10 1001010 101010

Color Harmonies of #BC211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC211C

Black with #BC211C

Text Example


Text Example

White with #BC211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC211C; }

 p { color: rgb(188,33,28); }

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

background-color css

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

 a { background-color: rgb(188,33,28); }

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

border-color css

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

 span { border-color: rgb(188,33,28); }

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