Html Css Color HEX #BC1712 Fire Brick

📋 copy color: '#BC1712'

red 188 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #BC1712

Tints of Fire Brick #BC1712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 82.1%
G = 10.04%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1712 (or 0xBC1712) is known color: Fire Brick. HEX triplet: BC, 17 and 12. RGB value is (188,23,18). Sum of RGB (Red+Green+Blue) = 188+23+18=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1712 is #43E8ED. Grayscale: #474747. Windows color (decimal): -4450542 or 1185724. OLE color: 1185724.

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

Color convert

RGB 188 23 18 -
CMYK 0 0.88 0.90 0.26
HSL 1.76º 0.83% 0.4% -
HSV(B) 1.76º 0.9% 0.74% -
XYZ 21.15 11.35 1.65 -
YUV 71.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 188 23 18 0 0.88 0.90 0.26 1.76 0.83 0.4
Hex BC 17 12 0 58 5A 1A 2 53 28
Octal 274 27 22 0 130 132 32 2 123 50
Binary 10111100 10111 10010 0 1011000 1011010 11010 10 1010011 101000

Color Harmonies of #BC1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1712

Black with #BC1712

Text Example


Text Example

White with #BC1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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