Html Css Color HEX #BC1E1A Fire Brick

📋 copy color: '#BC1E1A'

red 188 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #BC1E1A

Tints of Fire Brick #BC1E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 77.05%
G = 12.3%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC1E1A (or 0xBC1E1A) is known color: Fire Brick. HEX triplet: BC, 1E and 1A. RGB value is (188,30,26). Sum of RGB (Red+Green+Blue) = 188+30+26=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E1A is #43E1E5. Grayscale: #4C4C4C. Windows color (decimal): -4448742 or 1711804. OLE color: 1711804.

HSL color Cylindrical-coordinate representation of color #BC1E1A: hue angle of 1.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1E1A is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 26 -
CMYK 0 0.84 0.86 0.26
HSL 1.48º 0.76% 0.42% -
HSV(B) 1.48º 0.86% 0.74% -
XYZ 21.39 11.69 2.11 -
YUV 76.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 188 30 26 0 0.84 0.86 0.26 1.48 0.76 0.42
Hex BC 1E 1A 0 54 56 1A 1 4C 2A
Octal 274 36 32 0 124 126 32 1 114 52
Binary 10111100 11110 11010 0 1010100 1010110 11010 1 1001100 101010

Color Harmonies of #BC1E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E1A

Black with #BC1E1A

Text Example


Text Example

White with #BC1E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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