Html Css Color HEX #BC241B Fire Brick

📋 copy color: '#BC241B'

red 188 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #BC241B

Tints of Fire Brick #BC241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 74.9%
G = 14.34%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC241B (or 0xBC241B) is known color: Fire Brick. HEX triplet: BC, 24 and 1B. RGB value is (188,36,27). Sum of RGB (Red+Green+Blue) = 188+36+27=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC241B is #43DBE4. Grayscale: #505050. Windows color (decimal): -4447205 or 1778876. OLE color: 1778876.

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

Color convert

RGB 188 36 27 -
CMYK 0 0.81 0.86 0.26
HSL 3.35º 0.75% 0.42% -
HSV(B) 3.35º 0.86% 0.74% -
XYZ 21.57 12.03 2.22 -
YUV 80.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 188 36 27 0 0.81 0.86 0.26 3.35 0.75 0.42
Hex BC 24 1B 0 51 56 1A 3 4B 2A
Octal 274 44 33 0 121 126 32 3 113 52
Binary 10111100 100100 11011 0 1010001 1010110 11010 11 1001011 101010

Color Harmonies of #BC241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC241B

Black with #BC241B

Text Example


Text Example

White with #BC241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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