Html Css Color HEX #BC1312 Fire Brick

📋 copy color: '#BC1312'

red 188 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #BC1312

Tints of Fire Brick #BC1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 83.56%
G = 8.44%
B = 8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1312 (or 0xBC1312) is known color: Fire Brick. HEX triplet: BC, 13 and 12. RGB value is (188,19,18). Sum of RGB (Red+Green+Blue) = 188+19+18=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1312 is #43ECED. Grayscale: #454545. Windows color (decimal): -4451566 or 1184700. OLE color: 1184700.

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

Color convert

RGB 188 19 18 -
CMYK 0 0.90 0.90 0.26
HSL 0.35º 0.83% 0.4% -
HSV(B) 0.35º 0.9% 0.74% -
XYZ 21.08 11.2 1.62 -
YUV 69.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 188 19 18 0 0.90 0.90 0.26 0.35 0.83 0.4
Hex BC 13 12 0 5A 5A 1A 0 53 28
Octal 274 23 22 0 132 132 32 0 123 50
Binary 10111100 10011 10010 0 1011010 1011010 11010 0 1010011 101000

Color Harmonies of #BC1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1312

Black with #BC1312

Text Example


Text Example

White with #BC1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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