Html Css Color HEX #BC2518 Fire Brick

📋 copy color: '#BC2518'

red 188 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #BC2518

Tints of Fire Brick #BC2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 75.5%
G = 14.86%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2518 (or 0xBC2518) is known color: Fire Brick. HEX triplet: BC, 25 and 18. RGB value is (188,37,24). Sum of RGB (Red+Green+Blue) = 188+37+24=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2518 is #43DAE7. Grayscale: #505050. Windows color (decimal): -4446952 or 1582524. OLE color: 1582524.

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

Color convert

RGB 188 37 24 -
CMYK 0 0.80 0.87 0.26
HSL 4.76º 0.77% 0.42% -
HSV(B) 4.76º 0.87% 0.74% -
XYZ 21.57 12.08 2.06 -
YUV 80.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 188 37 24 0 0.80 0.87 0.26 4.76 0.77 0.42
Hex BC 25 18 0 50 57 1A 5 4D 2A
Octal 274 45 30 0 120 127 32 5 115 52
Binary 10111100 100101 11000 0 1010000 1010111 11010 101 1001101 101010

Color Harmonies of #BC2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2518

Black with #BC2518

Text Example


Text Example

White with #BC2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2518; }

 p { color: rgb(188,37,24); }

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

background-color css

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

 a { background-color: rgb(188,37,24); }

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

border-color css

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

 span { border-color: rgb(188,37,24); }

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