Html Css Color HEX #BC2918 Fire Brick

📋 copy color: '#BC2918'

red 188 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #BC2918

Tints of Fire Brick #BC2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 74.31%
G = 16.21%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2918 (or 0xBC2918) is known color: Fire Brick. HEX triplet: BC, 29 and 18. RGB value is (188,41,24). Sum of RGB (Red+Green+Blue) = 188+41+24=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2918 is #43D6E7. Grayscale: #535353. Windows color (decimal): -4445928 or 1583548. OLE color: 1583548.

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

Color convert

RGB 188 41 24 -
CMYK 0 0.78 0.87 0.26
HSL 6.22º 0.77% 0.42% -
HSV(B) 6.22º 0.87% 0.74% -
XYZ 21.7 12.34 2.1 -
YUV 83.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 188 41 24 0 0.78 0.87 0.26 6.22 0.77 0.42
Hex BC 29 18 0 4E 57 1A 6 4D 2A
Octal 274 51 30 0 116 127 32 6 115 52
Binary 10111100 101001 11000 0 1001110 1010111 11010 110 1001101 101010

Color Harmonies of #BC2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2918

Black with #BC2918

Text Example


Text Example

White with #BC2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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