Html Css Color HEX #BC231F Fire Brick

📋 copy color: '#BC231F'

red 188 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #BC231F

Tints of Fire Brick #BC231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 74.02%
G = 13.78%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC231F (or 0xBC231F) is known color: Fire Brick. HEX triplet: BC, 23 and 1F. RGB value is (188,35,31). Sum of RGB (Red+Green+Blue) = 188+35+31=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC231F is #43DCE0. Grayscale: #505050. Windows color (decimal): -4447457 or 2040764. OLE color: 2040764.

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

Color convert

RGB 188 35 31 -
CMYK 0 0.81 0.84 0.26
HSL 1.53º 0.72% 0.43% -
HSV(B) 1.53º 0.84% 0.74% -
XYZ 21.59 11.99 2.47 -
YUV 80.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 188 35 31 0 0.81 0.84 0.26 1.53 0.72 0.43
Hex BC 23 1F 0 51 54 1A 2 48 2B
Octal 274 43 37 0 121 124 32 2 110 53
Binary 10111100 100011 11111 0 1010001 1010100 11010 10 1001000 101011

Color Harmonies of #BC231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC231F

Black with #BC231F

Text Example


Text Example

White with #BC231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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