Html Css Color HEX #BC2116 Fire Brick

📋 copy color: '#BC2116'

red 188 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #BC2116

Tints of Fire Brick #BC2116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 77.37%
G = 13.58%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2116 (or 0xBC2116) is known color: Fire Brick. HEX triplet: BC, 21 and 16. RGB value is (188,33,22). Sum of RGB (Red+Green+Blue) = 188+33+22=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2116 is #43DEE9. Grayscale: #4E4E4E. Windows color (decimal): -4447978 or 1450428. OLE color: 1450428.

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

Color convert

RGB 188 33 22 -
CMYK 0 0.82 0.88 0.26
HSL 3.98º 0.79% 0.41% -
HSV(B) 3.98º 0.88% 0.74% -
XYZ 21.43 11.84 1.91 -
YUV 78.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 188 33 22 0 0.82 0.88 0.26 3.98 0.79 0.41
Hex BC 21 16 0 52 58 1A 4 4F 29
Octal 274 41 26 0 122 130 32 4 117 51
Binary 10111100 100001 10110 0 1010010 1011000 11010 100 1001111 101001

Color Harmonies of #BC2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2116

Black with #BC2116

Text Example


Text Example

White with #BC2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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