Html Css Color HEX #BC211B Fire Brick

📋 copy color: '#BC211B'

red 188 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #BC211B

Tints of Fire Brick #BC211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 75.81%
G = 13.31%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC211B (or 0xBC211B) is known color: Fire Brick. HEX triplet: BC, 21 and 1B. RGB value is (188,33,27). Sum of RGB (Red+Green+Blue) = 188+33+27=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211B is #43DEE4. Grayscale: #4E4E4E. Windows color (decimal): -4447973 or 1778108. OLE color: 1778108.

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

Color convert

RGB 188 33 27 -
CMYK 0 0.82 0.86 0.26
HSL 2.24º 0.75% 0.42% -
HSV(B) 2.24º 0.86% 0.74% -
XYZ 21.48 11.86 2.19 -
YUV 78.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 188 33 27 0 0.82 0.86 0.26 2.24 0.75 0.42
Hex BC 21 1B 0 52 56 1A 2 4B 2A
Octal 274 41 33 0 122 126 32 2 113 52
Binary 10111100 100001 11011 0 1010010 1010110 11010 10 1001011 101010

Color Harmonies of #BC211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC211B

Black with #BC211B

Text Example


Text Example

White with #BC211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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