Html Css Color HEX #BC1616 Fire Brick

📋 copy color: '#BC1616'

red 188 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #BC1616

Tints of Fire Brick #BC1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

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

R = 81.03%
G = 9.48%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC1616 (or 0xBC1616) is known color: Fire Brick. HEX triplet: BC, 16 and 16. RGB value is (188,22,22). Sum of RGB (Red+Green+Blue) = 188+22+22=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1616 is #43E9E9. Grayscale: #474747. Windows color (decimal): -4450794 or 1447612. OLE color: 1447612.

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

Color convert

RGB 188 22 22 -
CMYK 0 0.88 0.88 0.26
HSL 0.79% 0.41% -
HSV(B) 0.88% 0.74% -
XYZ 21.17 11.32 1.83 -
YUV 71.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 188 22 22 0 0.88 0.88 0.26 0 0.79 0.41
Hex BC 16 16 0 58 58 1A 0 4F 29
Octal 274 26 26 0 130 130 32 0 117 51
Binary 10111100 10110 10110 0 1011000 1011000 11010 0 1001111 101001

Color Harmonies of #BC1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1616

Black with #BC1616

Text Example


Text Example

White with #BC1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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