Html Css Color HEX #BC2015 Fire Brick

📋 copy color: '#BC2015'

red 188 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #BC2015

Tints of Fire Brick #BC2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 78.01%
G = 13.28%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2015 (or 0xBC2015) is known color: Fire Brick. HEX triplet: BC, 20 and 15. RGB value is (188,32,21). Sum of RGB (Red+Green+Blue) = 188+32+21=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2015 is #43DFEA. Grayscale: #4D4D4D. Windows color (decimal): -4448235 or 1384636. OLE color: 1384636.

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

Color convert

RGB 188 32 21 -
CMYK 0 0.83 0.89 0.26
HSL 3.95º 0.8% 0.41% -
HSV(B) 3.95º 0.89% 0.74% -
XYZ 21.39 11.78 1.86 -
YUV 77.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 188 32 21 0 0.83 0.89 0.26 3.95 0.8 0.41
Hex BC 20 15 0 53 59 1A 4 50 29
Octal 274 40 25 0 123 131 32 4 120 51
Binary 10111100 100000 10101 0 1010011 1011001 11010 100 1010000 101001

Color Harmonies of #BC2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2015

Black with #BC2015

Text Example


Text Example

White with #BC2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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