Html Css Color HEX #BF1D14 Fire Brick

📋 copy color: '#BF1D14'

red 191 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #BF1D14

Tints of Fire Brick #BF1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 79.58%
G = 12.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF1D14 (or 0xBF1D14) is known color: Fire Brick. HEX triplet: BF, 1D and 14. RGB value is (191,29,20). Sum of RGB (Red+Green+Blue) = 191+29+20=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1D14 is #40E2EB. Grayscale: #4C4C4C. Windows color (decimal): -4252396 or 1318335. OLE color: 1318335.

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

Color convert

RGB 191 29 20 -
CMYK 0 0.85 0.90 0.25
HSL 3.16º 0.81% 0.41% -
HSV(B) 3.16º 0.9% 0.75% -
XYZ 22.05 12.01 1.82 -
YUV 76.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 191 29 20 0 0.85 0.90 0.25 3.16 0.81 0.41
Hex BF 1D 14 0 55 5A 19 3 51 29
Octal 277 35 24 0 125 132 31 3 121 51
Binary 10111111 11101 10100 0 1010101 1011010 11001 11 1010001 101001

Color Harmonies of #BF1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1D14

Black with #BF1D14

Text Example


Text Example

White with #BF1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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