Html Css Color HEX #BC2010 Fire Brick

📋 copy color: '#BC2010'

red 188 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #BC2010

Tints of Fire Brick #BC2010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 79.66%
G = 13.56%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2010 (or 0xBC2010) is known color: Fire Brick. HEX triplet: BC, 20 and 10. RGB value is (188,32,16). Sum of RGB (Red+Green+Blue) = 188+32+16=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2010 is #43DFEF. Grayscale: #4D4D4D. Windows color (decimal): -4448240 or 1056956. OLE color: 1056956.

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

Color convert

RGB 188 32 16 -
CMYK 0 0.83 0.91 0.26
HSL 5.58º 0.84% 0.4% -
HSV(B) 5.58º 0.91% 0.74% -
XYZ 21.35 11.76 1.64 -
YUV 76.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 188 32 16 0 0.83 0.91 0.26 5.58 0.84 0.4
Hex BC 20 10 0 53 5B 1A 6 54 28
Octal 274 40 20 0 123 133 32 6 124 50
Binary 10111100 100000 10000 0 1010011 1011011 11010 110 1010100 101000

Color Harmonies of #BC2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2010

Black with #BC2010

Text Example


Text Example

White with #BC2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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