Html Css Color HEX #BF1C16 Fire Brick

📋 copy color: '#BF1C16'

red 191 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #BF1C16

Tints of Fire Brick #BF1C16

RGB

 RED value IS 191 (75% from 255) = 79.25%

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 79.25%
G = 11.62%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF1C16 (or 0xBF1C16) is known color: Fire Brick. HEX triplet: BF, 1C and 16. RGB value is (191,28,22). Sum of RGB (Red+Green+Blue) = 191+28+22=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1C16 is #40E3E9. Grayscale: #4C4C4C. Windows color (decimal): -4252650 or 1449151. OLE color: 1449151.

HSL color Cylindrical-coordinate representation of color #BF1C16: hue angle of 2.13º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 28 22 -
CMYK 0 0.85 0.88 0.25
HSL 2.13º 0.79% 0.42% -
HSV(B) 2.13º 0.88% 0.75% -
XYZ 22.05 11.96 1.91 -
YUV 76.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 191 28 22 0 0.85 0.88 0.25 2.13 0.79 0.42
Hex BF 1C 16 0 55 58 19 2 4F 2A
Octal 277 34 26 0 125 130 31 2 117 52
Binary 10111111 11100 10110 0 1010101 1011000 11001 10 1001111 101010

Color Harmonies of #BF1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1C16

Black with #BF1C16

Text Example


Text Example

White with #BF1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1C16; }

 p { color: rgb(191,28,22); }

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

background-color css

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

 a { background-color: rgb(191,28,22); }

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

border-color css

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

 span { border-color: rgb(191,28,22); }

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