Html Css Color HEX #BC2716 Fire Brick

📋 copy color: '#BC2716'

red 188 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #BC2716

Tints of Fire Brick #BC2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 75.5%
G = 15.66%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2716 (or 0xBC2716) is known color: Fire Brick. HEX triplet: BC, 27 and 16. RGB value is (188,39,22). Sum of RGB (Red+Green+Blue) = 188+39+22=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2716 is #43D8E9. Grayscale: #515151. Windows color (decimal): -4446442 or 1451964. OLE color: 1451964.

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

Color convert

RGB 188 39 22 -
CMYK 0 0.79 0.88 0.26
HSL 6.14º 0.79% 0.41% -
HSV(B) 6.14º 0.88% 0.74% -
XYZ 21.61 12.2 1.98 -
YUV 81.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 188 39 22 0 0.79 0.88 0.26 6.14 0.79 0.41
Hex BC 27 16 0 4F 58 1A 6 4F 29
Octal 274 47 26 0 117 130 32 6 117 51
Binary 10111100 100111 10110 0 1001111 1011000 11010 110 1001111 101001

Color Harmonies of #BC2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2716

Black with #BC2716

Text Example


Text Example

White with #BC2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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