Html Css Color HEX #BC1D1B Fire Brick

📋 copy color: '#BC1D1B'

red 188 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #BC1D1B

Tints of Fire Brick #BC1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 77.05%
G = 11.89%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC1D1B (or 0xBC1D1B) is known color: Fire Brick. HEX triplet: BC, 1D and 1B. RGB value is (188,29,27). Sum of RGB (Red+Green+Blue) = 188+29+27=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D1B is #43E2E4. Grayscale: #4C4C4C. Windows color (decimal): -4448997 or 1777084. OLE color: 1777084.

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

Color convert

RGB 188 29 27 -
CMYK 0 0.85 0.86 0.26
HSL 0.75º 0.75% 0.42% -
HSV(B) 0.75º 0.86% 0.74% -
XYZ 21.38 11.65 2.16 -
YUV 76.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 188 29 27 0 0.85 0.86 0.26 0.75 0.75 0.42
Hex BC 1D 1B 0 55 56 1A 1 4B 2A
Octal 274 35 33 0 125 126 32 1 113 52
Binary 10111100 11101 11011 0 1010101 1010110 11010 1 1001011 101010

Color Harmonies of #BC1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D1B

Black with #BC1D1B

Text Example


Text Example

White with #BC1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D1B; }

 p { color: rgb(188,29,27); }

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

background-color css

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

 a { background-color: rgb(188,29,27); }

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

border-color css

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

 span { border-color: rgb(188,29,27); }

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