Html Css Color HEX #BC2516 Fire Brick

📋 copy color: '#BC2516'

red 188 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #BC2516

Tints of Fire Brick #BC2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 76.11%
G = 14.98%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2516 (or 0xBC2516) is known color: Fire Brick. HEX triplet: BC, 25 and 16. RGB value is (188,37,22). Sum of RGB (Red+Green+Blue) = 188+37+22=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2516 is #43DAE9. Grayscale: #505050. Windows color (decimal): -4446954 or 1451452. OLE color: 1451452.

HSL color Cylindrical-coordinate representation of color #BC2516: hue angle of 5.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2516 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 22 -
CMYK 0 0.80 0.88 0.26
HSL 5.42º 0.79% 0.41% -
HSV(B) 5.42º 0.88% 0.74% -
XYZ 21.55 12.07 1.95 -
YUV 80.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 188 37 22 0 0.80 0.88 0.26 5.42 0.79 0.41
Hex BC 25 16 0 50 58 1A 5 4F 29
Octal 274 45 26 0 120 130 32 5 117 51
Binary 10111100 100101 10110 0 1010000 1011000 11010 101 1001111 101001

Color Harmonies of #BC2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2516

Black with #BC2516

Text Example


Text Example

White with #BC2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2516; }

 p { color: rgb(188,37,22); }

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

background-color css

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

 a { background-color: rgb(188,37,22); }

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

border-color css

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

 span { border-color: rgb(188,37,22); }

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