Html Css Color HEX #BC1D12 Fire Brick

📋 copy color: '#BC1D12'

red 188 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #BC1D12

Tints of Fire Brick #BC1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

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

R = 80%
G = 12.34%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1D12 (or 0xBC1D12) is known color: Fire Brick. HEX triplet: BC, 1D and 12. RGB value is (188,29,18). Sum of RGB (Red+Green+Blue) = 188+29+18=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D12 is #43E2ED. Grayscale: #4B4B4B. Windows color (decimal): -4449006 or 1187260. OLE color: 1187260.

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

Color convert

RGB 188 29 18 -
CMYK 0 0.85 0.90 0.26
HSL 3.88º 0.83% 0.4% -
HSV(B) 3.88º 0.9% 0.74% -
XYZ 21.29 11.61 1.69 -
YUV 75.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 188 29 18 0 0.85 0.90 0.26 3.88 0.83 0.4
Hex BC 1D 12 0 55 5A 1A 4 53 28
Octal 274 35 22 0 125 132 32 4 123 50
Binary 10111100 11101 10010 0 1010101 1011010 11010 100 1010011 101000

Color Harmonies of #BC1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D12

Black with #BC1D12

Text Example


Text Example

White with #BC1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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