Html Css Color HEX #BC2110 Fire Brick

📋 copy color: '#BC2110'

red 188 ◦ green 33 ◦ blue 16

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

Shades of Fire Brick #BC2110

Tints of Fire Brick #BC2110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 79.32%
G = 13.92%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2110 (or 0xBC2110) is known color: Fire Brick. HEX triplet: BC, 21 and 10. RGB value is (188,33,16). Sum of RGB (Red+Green+Blue) = 188+33+16=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2110 is #43DEEF. Grayscale: #4D4D4D. Windows color (decimal): -4447984 or 1057212. OLE color: 1057212.

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

Color convert

RGB 188 33 16 -
CMYK 0 0.82 0.91 0.26
HSL 5.93º 0.84% 0.4% -
HSV(B) 5.93º 0.91% 0.74% -
XYZ 21.38 11.82 1.64 -
YUV 77.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 188 33 16 0 0.82 0.91 0.26 5.93 0.84 0.4
Hex BC 21 10 0 52 5B 1A 6 54 28
Octal 274 41 20 0 122 133 32 6 124 50
Binary 10111100 100001 10000 0 1010010 1011011 11010 110 1010100 101000

Color Harmonies of #BC2110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2110

Black with #BC2110

Text Example


Text Example

White with #BC2110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2110; }

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

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

background-color css

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

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

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

border-color css

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

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

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