Html Css Color HEX #BC211F Fire Brick

📋 copy color: '#BC211F'

red 188 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #BC211F

Tints of Fire Brick #BC211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 74.6%
G = 13.1%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC211F (or 0xBC211F) is known color: Fire Brick. HEX triplet: BC, 21 and 1F. RGB value is (188,33,31). Sum of RGB (Red+Green+Blue) = 188+33+31=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211F is #43DEE0. Grayscale: #4F4F4F. Windows color (decimal): -4447969 or 2040252. OLE color: 2040252.

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

Color convert

RGB 188 33 31 -
CMYK 0 0.82 0.84 0.26
HSL 0.76º 0.72% 0.43% -
HSV(B) 0.76º 0.84% 0.74% -
XYZ 21.53 11.88 2.45 -
YUV 79.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 188 33 31 0 0.82 0.84 0.26 0.76 0.72 0.43
Hex BC 21 1F 0 52 54 1A 1 48 2B
Octal 274 41 37 0 122 124 32 1 110 53
Binary 10111100 100001 11111 0 1010010 1010100 11010 1 1001000 101011

Color Harmonies of #BC211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC211F

Black with #BC211F

Text Example


Text Example

White with #BC211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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