Html Css Color HEX #BC2D1F Fire Brick

📋 copy color: '#BC2D1F'

red 188 ◦ green 45 ◦ blue 31

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

Shades of Fire Brick #BC2D1F

Tints of Fire Brick #BC2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 71.21%
G = 17.05%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC2D1F (or 0xBC2D1F) is known color: Fire Brick. HEX triplet: BC, 2D and 1F. RGB value is (188,45,31). Sum of RGB (Red+Green+Blue) = 188+45+31=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D1F is #43D2E0. Grayscale: #565656. Windows color (decimal): -4444897 or 2043324. OLE color: 2043324.

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

Color convert

RGB 188 45 31 -
CMYK 0 0.76 0.84 0.26
HSL 5.35º 0.72% 0.43% -
HSV(B) 5.35º 0.84% 0.74% -
XYZ 21.92 12.67 2.59 -
YUV 86.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 188 45 31 0 0.76 0.84 0.26 5.35 0.72 0.43
Hex BC 2D 1F 0 4C 54 1A 5 48 2B
Octal 274 55 37 0 114 124 32 5 110 53
Binary 10111100 101101 11111 0 1001100 1010100 11010 101 1001000 101011

Color Harmonies of #BC2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D1F

Black with #BC2D1F

Text Example


Text Example

White with #BC2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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