Html Css Color HEX #BC271F Fire Brick

📋 copy color: '#BC271F'

red 188 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #BC271F

Tints of Fire Brick #BC271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 72.87%
G = 15.12%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC271F (or 0xBC271F) is known color: Fire Brick. HEX triplet: BC, 27 and 1F. RGB value is (188,39,31). Sum of RGB (Red+Green+Blue) = 188+39+31=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC271F is #43D8E0. Grayscale: #525252. Windows color (decimal): -4446433 or 2041788. OLE color: 2041788.

HSL color Cylindrical-coordinate representation of color #BC271F: hue angle of 3.06º 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 #BC271F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 31 -
CMYK 0 0.79 0.84 0.26
HSL 3.06º 0.72% 0.43% -
HSV(B) 3.06º 0.84% 0.74% -
XYZ 21.71 12.24 2.51 -
YUV 82.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 188 39 31 0 0.79 0.84 0.26 3.06 0.72 0.43
Hex BC 27 1F 0 4F 54 1A 3 48 2B
Octal 274 47 37 0 117 124 32 3 110 53
Binary 10111100 100111 11111 0 1001111 1010100 11010 11 1001000 101011

Color Harmonies of #BC271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC271F

Black with #BC271F

Text Example


Text Example

White with #BC271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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