Html Css Color HEX #BC200F Fire Brick

📋 copy color: '#BC200F'

red 188 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #BC200F

Tints of Fire Brick #BC200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 80%
G = 13.62%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC200F (or 0xBC200F) is known color: Fire Brick. HEX triplet: BC, 20 and 0F. RGB value is (188,32,15). Sum of RGB (Red+Green+Blue) = 188+32+15=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200F is #43DFF0. Grayscale: #4C4C4C. Windows color (decimal): -4448241 or 991420. OLE color: 991420.

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

Color convert

RGB 188 32 15 -
CMYK 0 0.83 0.92 0.26
HSL 5.9º 0.85% 0.4% -
HSV(B) 5.9º 0.92% 0.74% -
XYZ 21.34 11.76 1.6 -
YUV 76.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 188 32 15 0 0.83 0.92 0.26 5.9 0.85 0.4
Hex BC 20 F 0 53 5C 1A 6 55 28
Octal 274 40 17 0 123 134 32 6 125 50
Binary 10111100 100000 1111 0 1010011 1011100 11010 110 1010101 101000

Color Harmonies of #BC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC200F

Black with #BC200F

Text Example


Text Example

White with #BC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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