Html Css Color HEX #BC1E17 Fire Brick

📋 copy color: '#BC1E17'

red 188 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #BC1E17

Tints of Fire Brick #BC1E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 78.01%
G = 12.45%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC1E17 (or 0xBC1E17) is known color: Fire Brick. HEX triplet: BC, 1E and 17. RGB value is (188,30,23). Sum of RGB (Red+Green+Blue) = 188+30+23=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E17 is #43E1E8. Grayscale: #4C4C4C. Windows color (decimal): -4448745 or 1515196. OLE color: 1515196.

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

Color convert

RGB 188 30 23 -
CMYK 0 0.84 0.88 0.26
HSL 2.55º 0.78% 0.41% -
HSV(B) 2.55º 0.88% 0.74% -
XYZ 21.36 11.68 1.94 -
YUV 76.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 188 30 23 0 0.84 0.88 0.26 2.55 0.78 0.41
Hex BC 1E 17 0 54 58 1A 3 4E 29
Octal 274 36 27 0 124 130 32 3 116 51
Binary 10111100 11110 10111 0 1010100 1011000 11010 11 1001110 101001

Color Harmonies of #BC1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E17

Black with #BC1E17

Text Example


Text Example

White with #BC1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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