Html Css Color HEX #BC201C Fire Brick

📋 copy color: '#BC201C'

red 188 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #BC201C

Tints of Fire Brick #BC201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 75.81%
G = 12.9%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC201C (or 0xBC201C) is known color: Fire Brick. HEX triplet: BC, 20 and 1C. RGB value is (188,32,28). Sum of RGB (Red+Green+Blue) = 188+32+28=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201C is #43DFE3. Grayscale: #4E4E4E. Windows color (decimal): -4448228 or 1843388. OLE color: 1843388.

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

Color convert

RGB 188 32 28 -
CMYK 0 0.83 0.85 0.26
HSL 1.5º 0.74% 0.42% -
HSV(B) 1.5º 0.85% 0.74% -
XYZ 21.47 11.81 2.25 -
YUV 78.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 188 32 28 0 0.83 0.85 0.26 1.5 0.74 0.42
Hex BC 20 1C 0 53 55 1A 2 4A 2A
Octal 274 40 34 0 123 125 32 2 112 52
Binary 10111100 100000 11100 0 1010011 1010101 11010 10 1001010 101010

Color Harmonies of #BC201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC201C

Black with #BC201C

Text Example


Text Example

White with #BC201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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