Html Css Color HEX #BC1413 Fire Brick

📋 copy color: '#BC1413'

red 188 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #BC1413

Tints of Fire Brick #BC1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 82.82%
G = 8.81%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1413 (or 0xBC1413) is known color: Fire Brick. HEX triplet: BC, 14 and 13. RGB value is (188,20,19). Sum of RGB (Red+Green+Blue) = 188+20+19=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1413 is #43EBEC. Grayscale: #464646. Windows color (decimal): -4451309 or 1250492. OLE color: 1250492.

HSL color Cylindrical-coordinate representation of color #BC1413: hue angle of 0.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1413 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 19 -
CMYK 0 0.89 0.90 0.26
HSL 0.36º 0.82% 0.41% -
HSV(B) 0.36º 0.9% 0.74% -
XYZ 21.11 11.24 1.67 -
YUV 70.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 188 20 19 0 0.89 0.90 0.26 0.36 0.82 0.41
Hex BC 14 13 0 59 5A 1A 0 52 29
Octal 274 24 23 0 131 132 32 0 122 51
Binary 10111100 10100 10011 0 1011001 1011010 11010 0 1010010 101001

Color Harmonies of #BC1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1413

Black with #BC1413

Text Example


Text Example

White with #BC1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1413; }

 p { color: rgb(188,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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