Html Css Color HEX #BC241C Fire Brick

📋 copy color: '#BC241C'

red 188 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #BC241C

Tints of Fire Brick #BC241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 74.6%
G = 14.29%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC241C (or 0xBC241C) is known color: Fire Brick. HEX triplet: BC, 24 and 1C. RGB value is (188,36,28). Sum of RGB (Red+Green+Blue) = 188+36+28=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC241C is #43DBE3. Grayscale: #505050. Windows color (decimal): -4447204 or 1844412. OLE color: 1844412.

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

Color convert

RGB 188 36 28 -
CMYK 0 0.81 0.85 0.26
HSL 0.74% 0.42% -
HSV(B) 0.85% 0.74% -
XYZ 21.58 12.04 2.28 -
YUV 80.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 188 36 28 0 0.81 0.85 0.26 3 0.74 0.42
Hex BC 24 1C 0 51 55 1A 3 4A 2A
Octal 274 44 34 0 121 125 32 3 112 52
Binary 10111100 100100 11100 0 1010001 1010101 11010 11 1001010 101010

Color Harmonies of #BC241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC241C

Black with #BC241C

Text Example


Text Example

White with #BC241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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