Html Css Color HEX #BC241D Fire Brick

📋 copy color: '#BC241D'

red 188 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #BC241D

Tints of Fire Brick #BC241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 74.31%
G = 14.23%
B = 11.46%

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

#BC241D (or 0xBC241D) is known color: Fire Brick. HEX triplet: BC, 24 and 1D. RGB value is (188,36,29). Sum of RGB (Red+Green+Blue) = 188+36+29=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC241D is #43DBE2. Grayscale: #505050. Windows color (decimal): -4447203 or 1909948. OLE color: 1909948.

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

Color convert

RGB 188 36 29 -
CMYK 0 0.81 0.85 0.26
HSL 2.64º 0.73% 0.43% -
HSV(B) 2.64º 0.85% 0.74% -
XYZ 21.59 12.04 2.35 -
YUV 80.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 188 36 29 0 0.81 0.85 0.26 2.64 0.73 0.43
Hex BC 24 1D 0 51 55 1A 3 49 2B
Octal 274 44 35 0 121 125 32 3 111 53
Binary 10111100 100100 11101 0 1010001 1010101 11010 11 1001001 101011

Color Harmonies of #BC241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC241D

Black with #BC241D

Text Example


Text Example

White with #BC241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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