Html Css Color HEX #BC1A13 Fire Brick

📋 copy color: '#BC1A13'

red 188 ◦ green 26 ◦ blue 19

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

Shades of Fire Brick #BC1A13

Tints of Fire Brick #BC1A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 80.69%
G = 11.16%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1A13 (or 0xBC1A13) is known color: Fire Brick. HEX triplet: BC, 1A and 13. RGB value is (188,26,19). Sum of RGB (Red+Green+Blue) = 188+26+19=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A13 is #43E5EC. Grayscale: #494949. Windows color (decimal): -4449773 or 1252028. OLE color: 1252028.

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

Color convert

RGB 188 26 19 -
CMYK 0 0.86 0.90 0.26
HSL 2.49º 0.82% 0.41% -
HSV(B) 2.49º 0.9% 0.74% -
XYZ 21.23 11.48 1.71 -
YUV 73.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 188 26 19 0 0.86 0.90 0.26 2.49 0.82 0.41
Hex BC 1A 13 0 56 5A 1A 2 52 29
Octal 274 32 23 0 126 132 32 2 122 51
Binary 10111100 11010 10011 0 1010110 1011010 11010 10 1010010 101001

Color Harmonies of #BC1A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A13

Black with #BC1A13

Text Example


Text Example

White with #BC1A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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