Html Css Color HEX #BC1B12 Fire Brick

📋 copy color: '#BC1B12'

red 188 ◦ green 27 ◦ blue 18

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

Shades of Fire Brick #BC1B12

Tints of Fire Brick #BC1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.59%

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

R = 80.69%
G = 11.59%
B = 7.73%

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

#BC1B12 (or 0xBC1B12) is known color: Fire Brick. HEX triplet: BC, 1B and 12. RGB value is (188,27,18). Sum of RGB (Red+Green+Blue) = 188+27+18=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1B12 is #43E4ED. Grayscale: #4A4A4A. Windows color (decimal): -4449518 or 1186748. OLE color: 1186748.

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

Color convert

RGB 188 27 18 -
CMYK 0 0.86 0.90 0.26
HSL 3.18º 0.83% 0.4% -
HSV(B) 3.18º 0.9% 0.74% -
XYZ 21.24 11.52 1.68 -
YUV 74.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 188 27 18 0 0.86 0.90 0.26 3.18 0.83 0.4
Hex BC 1B 12 0 56 5A 1A 3 53 28
Octal 274 33 22 0 126 132 32 3 123 50
Binary 10111100 11011 10010 0 1010110 1011010 11010 11 1010011 101000

Color Harmonies of #BC1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B12

Black with #BC1B12

Text Example


Text Example

White with #BC1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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