Html Css Color HEX #BC241F Fire Brick

📋 copy color: '#BC241F'

red 188 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #BC241F

Tints of Fire Brick #BC241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.12%

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

R = 73.73%
G = 14.12%
B = 12.16%

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

#BC241F (or 0xBC241F) is known color: Fire Brick. HEX triplet: BC, 24 and 1F. RGB value is (188,36,31). Sum of RGB (Red+Green+Blue) = 188+36+31=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC241F is #43DBE0. Grayscale: #515151. Windows color (decimal): -4447201 or 2041020. OLE color: 2041020.

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

Color convert

RGB 188 36 31 -
CMYK 0 0.81 0.84 0.26
HSL 1.91º 0.72% 0.43% -
HSV(B) 1.91º 0.84% 0.74% -
XYZ 21.62 12.05 2.48 -
YUV 80.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 188 36 31 0 0.81 0.84 0.26 1.91 0.72 0.43
Hex BC 24 1F 0 51 54 1A 2 48 2B
Octal 274 44 37 0 121 124 32 2 110 53
Binary 10111100 100100 11111 0 1010001 1010100 11010 10 1001000 101011

Color Harmonies of #BC241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC241F

Black with #BC241F

Text Example


Text Example

White with #BC241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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