Html Css Color HEX #BC160E Fire Brick

📋 copy color: '#BC160E'

red 188 ◦ green 22 ◦ blue 14

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

Shades of Fire Brick #BC160E

Tints of Fire Brick #BC160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 83.93%
G = 9.82%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC160E (or 0xBC160E) is known color: Fire Brick. HEX triplet: BC, 16 and 0E. RGB value is (188,22,14). Sum of RGB (Red+Green+Blue) = 188+22+14=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC160E is #43E9F1. Grayscale: #464646. Windows color (decimal): -4450802 or 923324. OLE color: 923324.

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

Color convert

RGB 188 22 14 -
CMYK 0 0.88 0.93 0.26
HSL 2.76º 0.86% 0.4% -
HSV(B) 2.76º 0.93% 0.74% -
XYZ 21.11 11.3 1.48 -
YUV 70.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 188 22 14 0 0.88 0.93 0.26 2.76 0.86 0.4
Hex BC 16 E 0 58 5D 1A 3 56 28
Octal 274 26 16 0 130 135 32 3 126 50
Binary 10111100 10110 1110 0 1011000 1011101 11010 11 1010110 101000

Color Harmonies of #BC160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC160E

Black with #BC160E

Text Example


Text Example

White with #BC160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC160E; }

 p { color: rgb(188,22,14); }

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

background-color css

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

 a { background-color: rgb(188,22,14); }

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

border-color css

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

 span { border-color: rgb(188,22,14); }

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