Html Css Color HEX #BC2718 Fire Brick

📋 copy color: '#BC2718'

red 188 ◦ green 39 ◦ blue 24

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

Shades of Fire Brick #BC2718

Tints of Fire Brick #BC2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 74.9%
G = 15.54%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2718 (or 0xBC2718) is known color: Fire Brick. HEX triplet: BC, 27 and 18. RGB value is (188,39,24). Sum of RGB (Red+Green+Blue) = 188+39+24=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2718 is #43D8E7. Grayscale: #525252. Windows color (decimal): -4446440 or 1583036. OLE color: 1583036.

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

Color convert

RGB 188 39 24 -
CMYK 0 0.79 0.87 0.26
HSL 5.49º 0.77% 0.42% -
HSV(B) 5.49º 0.87% 0.74% -
XYZ 21.63 12.21 2.08 -
YUV 81.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 188 39 24 0 0.79 0.87 0.26 5.49 0.77 0.42
Hex BC 27 18 0 4F 57 1A 5 4D 2A
Octal 274 47 30 0 117 127 32 5 115 52
Binary 10111100 100111 11000 0 1001111 1010111 11010 101 1001101 101010

Color Harmonies of #BC2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2718

Black with #BC2718

Text Example


Text Example

White with #BC2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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