Html Css Color HEX #BC2118 Fire Brick

📋 copy color: '#BC2118'

red 188 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #BC2118

Tints of Fire Brick #BC2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 76.73%
G = 13.47%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2118 (or 0xBC2118) is known color: Fire Brick. HEX triplet: BC, 21 and 18. RGB value is (188,33,24). Sum of RGB (Red+Green+Blue) = 188+33+24=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2118 is #43DEE7. Grayscale: #4E4E4E. Windows color (decimal): -4447976 or 1581500. OLE color: 1581500.

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

Color convert

RGB 188 33 24 -
CMYK 0 0.82 0.87 0.26
HSL 3.29º 0.77% 0.42% -
HSV(B) 3.29º 0.87% 0.74% -
XYZ 21.45 11.85 2.02 -
YUV 78.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 188 33 24 0 0.82 0.87 0.26 3.29 0.77 0.42
Hex BC 21 18 0 52 57 1A 3 4D 2A
Octal 274 41 30 0 122 127 32 3 115 52
Binary 10111100 100001 11000 0 1010010 1010111 11010 11 1001101 101010

Color Harmonies of #BC2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2118

Black with #BC2118

Text Example


Text Example

White with #BC2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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