Html Css Color HEX #BC2117 Fire Brick

📋 copy color: '#BC2117'

red 188 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #BC2117

Tints of Fire Brick #BC2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 77.05%
G = 13.52%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2117 (or 0xBC2117) is known color: Fire Brick. HEX triplet: BC, 21 and 17. RGB value is (188,33,23). Sum of RGB (Red+Green+Blue) = 188+33+23=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2117 is #43DEE8. Grayscale: #4E4E4E. Windows color (decimal): -4447977 or 1515964. OLE color: 1515964.

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

Color convert

RGB 188 33 23 -
CMYK 0 0.82 0.88 0.26
HSL 3.64º 0.78% 0.41% -
HSV(B) 3.64º 0.88% 0.74% -
XYZ 21.44 11.84 1.97 -
YUV 78.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 188 33 23 0 0.82 0.88 0.26 3.64 0.78 0.41
Hex BC 21 17 0 52 58 1A 4 4E 29
Octal 274 41 27 0 122 130 32 4 116 51
Binary 10111100 100001 10111 0 1010010 1011000 11010 100 1001110 101001

Color Harmonies of #BC2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2117

Black with #BC2117

Text Example


Text Example

White with #BC2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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