Html Css Color HEX #BC2218 Fire Brick

📋 copy color: '#BC2218'

red 188 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #BC2218

Tints of Fire Brick #BC2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 76.42%
G = 13.82%
B = 9.76%

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

#BC2218 (or 0xBC2218) is known color: Fire Brick. HEX triplet: BC, 22 and 18. RGB value is (188,34,24). Sum of RGB (Red+Green+Blue) = 188+34+24=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2218 is #43DDE7. Grayscale: #4F4F4F. Windows color (decimal): -4447720 or 1581756. OLE color: 1581756.

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

Color convert

RGB 188 34 24 -
CMYK 0 0.82 0.87 0.26
HSL 3.66º 0.77% 0.42% -
HSV(B) 3.66º 0.87% 0.74% -
XYZ 21.48 11.9 2.03 -
YUV 78.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 188 34 24 0 0.82 0.87 0.26 3.66 0.77 0.42
Hex BC 22 18 0 52 57 1A 4 4D 2A
Octal 274 42 30 0 122 127 32 4 115 52
Binary 10111100 100010 11000 0 1010010 1010111 11010 100 1001101 101010

Color Harmonies of #BC2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2218

Black with #BC2218

Text Example


Text Example

White with #BC2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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