Html Css Color HEX #BC211A Fire Brick

📋 copy color: '#BC211A'

red 188 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #BC211A

Tints of Fire Brick #BC211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 76.11%
G = 13.36%
B = 10.53%

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

#BC211A (or 0xBC211A) is known color: Fire Brick. HEX triplet: BC, 21 and 1A. RGB value is (188,33,26). Sum of RGB (Red+Green+Blue) = 188+33+26=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211A is #43DEE5. Grayscale: #4E4E4E. Windows color (decimal): -4447974 or 1712572. OLE color: 1712572.

HSL color Cylindrical-coordinate representation of color #BC211A: hue angle of 2.59º degrees, saturation: 0.76, 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 #BC211A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 26 -
CMYK 0 0.82 0.86 0.26
HSL 2.59º 0.76% 0.42% -
HSV(B) 2.59º 0.86% 0.74% -
XYZ 21.47 11.85 2.13 -
YUV 78.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 188 33 26 0 0.82 0.86 0.26 2.59 0.76 0.42
Hex BC 21 1A 0 52 56 1A 3 4C 2A
Octal 274 41 32 0 122 126 32 3 114 52
Binary 10111100 100001 11010 0 1010010 1010110 11010 11 1001100 101010

Color Harmonies of #BC211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC211A

Black with #BC211A

Text Example


Text Example

White with #BC211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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