Html Css Color HEX #BC160F Fire Brick

📋 copy color: '#BC160F'

red 188 ◦ green 22 ◦ blue 15

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

Shades of Fire Brick #BC160F

Tints of Fire Brick #BC160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 83.56%
G = 9.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC160F (or 0xBC160F) is known color: Fire Brick. HEX triplet: BC, 16 and 0F. RGB value is (188,22,15). Sum of RGB (Red+Green+Blue) = 188+22+15=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC160F is #43E9F0. Grayscale: #474747. Windows color (decimal): -4450801 or 988860. OLE color: 988860.

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

Color convert

RGB 188 22 15 -
CMYK 0 0.88 0.92 0.26
HSL 2.43º 0.85% 0.4% -
HSV(B) 2.43º 0.92% 0.74% -
XYZ 21.11 11.3 1.52 -
YUV 70.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 188 22 15 0 0.88 0.92 0.26 2.43 0.85 0.4
Hex BC 16 F 0 58 5C 1A 2 55 28
Octal 274 26 17 0 130 134 32 2 125 50
Binary 10111100 10110 1111 0 1011000 1011100 11010 10 1010101 101000

Color Harmonies of #BC160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC160F

Black with #BC160F

Text Example


Text Example

White with #BC160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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