Html Css Color HEX #BC1D19 Fire Brick

📋 copy color: '#BC1D19'

red 188 ◦ green 29 ◦ blue 25

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

Shades of Fire Brick #BC1D19

Tints of Fire Brick #BC1D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 77.69%
G = 11.98%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC1D19 (or 0xBC1D19) is known color: Fire Brick. HEX triplet: BC, 1D and 19. RGB value is (188,29,25). Sum of RGB (Red+Green+Blue) = 188+29+25=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D19 is #43E2E6. Grayscale: #4C4C4C. Windows color (decimal): -4448999 or 1646012. OLE color: 1646012.

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

Color convert

RGB 188 29 25 -
CMYK 0 0.85 0.87 0.26
HSL 1.47º 0.77% 0.42% -
HSV(B) 1.47º 0.87% 0.74% -
XYZ 21.35 11.64 2.04 -
YUV 76.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 188 29 25 0 0.85 0.87 0.26 1.47 0.77 0.42
Hex BC 1D 19 0 55 57 1A 1 4D 2A
Octal 274 35 31 0 125 127 32 1 115 52
Binary 10111100 11101 11001 0 1010101 1010111 11010 1 1001101 101010

Color Harmonies of #BC1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D19

Black with #BC1D19

Text Example


Text Example

White with #BC1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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