Html Css Color HEX #BC1710 Fire Brick

📋 copy color: '#BC1710'

red 188 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #BC1710

Tints of Fire Brick #BC1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 82.82%
G = 10.13%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1710 (or 0xBC1710) is known color: Fire Brick. HEX triplet: BC, 17 and 10. RGB value is (188,23,16). Sum of RGB (Red+Green+Blue) = 188+23+16=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1710 is #43E8EF. Grayscale: #474747. Windows color (decimal): -4450544 or 1054652. OLE color: 1054652.

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

Color convert

RGB 188 23 16 -
CMYK 0 0.88 0.91 0.26
HSL 2.44º 0.84% 0.4% -
HSV(B) 2.44º 0.91% 0.74% -
XYZ 21.14 11.34 1.57 -
YUV 71.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 188 23 16 0 0.88 0.91 0.26 2.44 0.84 0.4
Hex BC 17 10 0 58 5B 1A 2 54 28
Octal 274 27 20 0 130 133 32 2 124 50
Binary 10111100 10111 10000 0 1011000 1011011 11010 10 1010100 101000

Color Harmonies of #BC1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1710

Black with #BC1710

Text Example


Text Example

White with #BC1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1710; }

 p { color: rgb(188,23,16); }

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

background-color css

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

 a { background-color: rgb(188,23,16); }

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

border-color css

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

 span { border-color: rgb(188,23,16); }

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