Html Css Color HEX #BC1E0D Fire Brick

📋 copy color: '#BC1E0D'

red 188 ◦ green 30 ◦ blue 13

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

Shades of Fire Brick #BC1E0D

Tints of Fire Brick #BC1E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 81.39%
G = 12.99%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC1E0D (or 0xBC1E0D) is known color: Fire Brick. HEX triplet: BC, 1E and 0D. RGB value is (188,30,13). Sum of RGB (Red+Green+Blue) = 188+30+13=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E0D is #43E1F2. Grayscale: #4B4B4B. Windows color (decimal): -4448755 or 859836. OLE color: 859836.

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

Color convert

RGB 188 30 13 -
CMYK 0 0.84 0.93 0.26
HSL 5.83º 0.87% 0.39% -
HSV(B) 5.83º 0.93% 0.74% -
XYZ 21.28 11.65 1.51 -
YUV 75.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 188 30 13 0 0.84 0.93 0.26 5.83 0.87 0.39
Hex BC 1E D 0 54 5D 1A 6 57 27
Octal 274 36 15 0 124 135 32 6 127 47
Binary 10111100 11110 1101 0 1010100 1011101 11010 110 1010111 100111

Color Harmonies of #BC1E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E0D

Black with #BC1E0D

Text Example


Text Example

White with #BC1E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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