Html Css Color HEX #BC1F1D Fire Brick

📋 copy color: '#BC1F1D'

red 188 ◦ green 31 ◦ blue 29

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

Shades of Fire Brick #BC1F1D

Tints of Fire Brick #BC1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 75.81%
G = 12.5%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC1F1D (or 0xBC1F1D) is known color: Fire Brick. HEX triplet: BC, 1F and 1D. RGB value is (188,31,29). Sum of RGB (Red+Green+Blue) = 188+31+29=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F1D is #43E0E2. Grayscale: #4D4D4D. Windows color (decimal): -4448483 or 1908668. OLE color: 1908668.

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

Color convert

RGB 188 31 29 -
CMYK 0 0.84 0.85 0.26
HSL 0.75º 0.73% 0.43% -
HSV(B) 0.75º 0.85% 0.74% -
XYZ 21.45 11.76 2.3 -
YUV 77.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 188 31 29 0 0.84 0.85 0.26 0.75 0.73 0.43
Hex BC 1F 1D 0 54 55 1A 1 49 2B
Octal 274 37 35 0 124 125 32 1 111 53
Binary 10111100 11111 11101 0 1010100 1010101 11010 1 1001001 101011

Color Harmonies of #BC1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F1D

Black with #BC1F1D

Text Example


Text Example

White with #BC1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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