Html Css Color HEX #BC2617 Fire Brick

📋 copy color: '#BC2617'

red 188 ◦ green 38 ◦ blue 23

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

Shades of Fire Brick #BC2617

Tints of Fire Brick #BC2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 75.5%
G = 15.26%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2617 (or 0xBC2617) is known color: Fire Brick. HEX triplet: BC, 26 and 17. RGB value is (188,38,23). Sum of RGB (Red+Green+Blue) = 188+38+23=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2617 is #43D9E8. Grayscale: #515151. Windows color (decimal): -4446697 or 1517244. OLE color: 1517244.

HSL color Cylindrical-coordinate representation of color #BC2617: hue angle of 5.45º 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 #BC2617 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 23 -
CMYK 0 0.80 0.88 0.26
HSL 5.45º 0.78% 0.41% -
HSV(B) 5.45º 0.88% 0.74% -
XYZ 21.59 12.14 2.02 -
YUV 81.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 188 38 23 0 0.80 0.88 0.26 5.45 0.78 0.41
Hex BC 26 17 0 50 58 1A 5 4E 29
Octal 274 46 27 0 120 130 32 5 116 51
Binary 10111100 100110 10111 0 1010000 1011000 11010 101 1001110 101001

Color Harmonies of #BC2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2617

Black with #BC2617

Text Example


Text Example

White with #BC2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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