Html Css Color HEX #BC2210 Fire Brick

📋 copy color: '#BC2210'

red 188 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #BC2210

Tints of Fire Brick #BC2210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

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

R = 78.99%
G = 14.29%
B = 6.72%

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

#BC2210 (or 0xBC2210) is known color: Fire Brick. HEX triplet: BC, 22 and 10. RGB value is (188,34,16). Sum of RGB (Red+Green+Blue) = 188+34+16=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2210 is #43DDEF. Grayscale: #4E4E4E. Windows color (decimal): -4447728 or 1057468. OLE color: 1057468.

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

Color convert

RGB 188 34 16 -
CMYK 0 0.82 0.91 0.26
HSL 6.28º 0.84% 0.4% -
HSV(B) 6.28º 0.91% 0.74% -
XYZ 21.4 11.87 1.65 -
YUV 77.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 188 34 16 0 0.82 0.91 0.26 6.28 0.84 0.4
Hex BC 22 10 0 52 5B 1A 6 54 28
Octal 274 42 20 0 122 133 32 6 124 50
Binary 10111100 100010 10000 0 1010010 1011011 11010 110 1010100 101000

Color Harmonies of #BC2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2210

Black with #BC2210

Text Example


Text Example

White with #BC2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2210; }

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

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

background-color css

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

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

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

border-color css

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

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

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