Html Css Color HEX #BF1D16 Fire Brick

📋 copy color: '#BF1D16'

red 191 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #BF1D16

Tints of Fire Brick #BF1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

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

R = 78.93%
G = 11.98%
B = 9.09%

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

#BF1D16 (or 0xBF1D16) is known color: Fire Brick. HEX triplet: BF, 1D and 16. RGB value is (191,29,22). Sum of RGB (Red+Green+Blue) = 191+29+22=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1D16 is #40E2E9. Grayscale: #4C4C4C. Windows color (decimal): -4252394 or 1449407. OLE color: 1449407.

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

Color convert

RGB 191 29 22 -
CMYK 0 0.85 0.88 0.25
HSL 2.49º 0.79% 0.42% -
HSV(B) 2.49º 0.88% 0.75% -
XYZ 22.07 12.01 1.91 -
YUV 76.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 191 29 22 0 0.85 0.88 0.25 2.49 0.79 0.42
Hex BF 1D 16 0 55 58 19 2 4F 2A
Octal 277 35 26 0 125 130 31 2 117 52
Binary 10111111 11101 10110 0 1010101 1011000 11001 10 1001111 101010

Color Harmonies of #BF1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1D16

Black with #BF1D16

Text Example


Text Example

White with #BF1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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