Html Css Color HEX #BF190F Fire Brick

📋 copy color: '#BF190F'

red 191 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #BF190F

Tints of Fire Brick #BF190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 82.68%
G = 10.82%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF190F (or 0xBF190F) is known color: Fire Brick. HEX triplet: BF, 19 and 0F. RGB value is (191,25,15). Sum of RGB (Red+Green+Blue) = 191+25+15=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF190F is #40E6F0. Grayscale: #494949. Windows color (decimal): -4253425 or 989631. OLE color: 989631.

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

Color convert

RGB 191 25 15 -
CMYK 0 0.87 0.92 0.25
HSL 3.41º 0.85% 0.4% -
HSV(B) 3.41º 0.92% 0.75% -
XYZ 21.92 11.81 1.58 -
YUV 73.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 191 25 15 0 0.87 0.92 0.25 3.41 0.85 0.4
Hex BF 19 F 0 57 5C 19 3 55 28
Octal 277 31 17 0 127 134 31 3 125 50
Binary 10111111 11001 1111 0 1010111 1011100 11001 11 1010101 101000

Color Harmonies of #BF190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF190F

Black with #BF190F

Text Example


Text Example

White with #BF190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF190F; }

 p { color: rgb(191,25,15); }

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

background-color css

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

 a { background-color: rgb(191,25,15); }

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

border-color css

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

 span { border-color: rgb(191,25,15); }

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