Html Css Color HEX #BC2618 Fire Brick

📋 copy color: '#BC2618'

red 188 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #BC2618

Tints of Fire Brick #BC2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 75.2%
G = 15.2%
B = 9.6%

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

#BC2618 (or 0xBC2618) is known color: Fire Brick. HEX triplet: BC, 26 and 18. RGB value is (188,38,24). Sum of RGB (Red+Green+Blue) = 188+38+24=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2618 is #43D9E7. Grayscale: #515151. Windows color (decimal): -4446696 or 1582780. OLE color: 1582780.

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

Color convert

RGB 188 38 24 -
CMYK 0 0.80 0.87 0.26
HSL 5.12º 0.77% 0.42% -
HSV(B) 5.12º 0.87% 0.74% -
XYZ 21.6 12.14 2.07 -
YUV 81.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 188 38 24 0 0.80 0.87 0.26 5.12 0.77 0.42
Hex BC 26 18 0 50 57 1A 5 4D 2A
Octal 274 46 30 0 120 127 32 5 115 52
Binary 10111100 100110 11000 0 1010000 1010111 11010 101 1001101 101010

Color Harmonies of #BC2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2618

Black with #BC2618

Text Example


Text Example

White with #BC2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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