Html Css Color HEX #BF1F10 Fire Brick

📋 copy color: '#BF1F10'

red 191 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #BF1F10

Tints of Fire Brick #BF1F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 80.25%
G = 13.03%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF1F10 (or 0xBF1F10) is known color: Fire Brick. HEX triplet: BF, 1F and 10. RGB value is (191,31,16). Sum of RGB (Red+Green+Blue) = 191+31+16=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F10 is #40E0EF. Grayscale: #4D4D4D. Windows color (decimal): -4251888 or 1056703. OLE color: 1056703.

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

Color convert

RGB 191 31 16 -
CMYK 0 0.84 0.92 0.25
HSL 5.14º 0.85% 0.41% -
HSV(B) 5.14º 0.92% 0.75% -
XYZ 22.07 12.09 1.66 -
YUV 77.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 191 31 16 0 0.84 0.92 0.25 5.14 0.85 0.41
Hex BF 1F 10 0 54 5C 19 5 55 29
Octal 277 37 20 0 124 134 31 5 125 51
Binary 10111111 11111 10000 0 1010100 1011100 11001 101 1010101 101001

Color Harmonies of #BF1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F10

Black with #BF1F10

Text Example


Text Example

White with #BF1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F10; }

 p { color: rgb(191,31,16); }

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

background-color css

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

 a { background-color: rgb(191,31,16); }

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

border-color css

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

 span { border-color: rgb(191,31,16); }

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