Html Css Color HEX #BF1413 Fire Brick

📋 copy color: '#BF1413'

red 191 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #BF1413

Tints of Fire Brick #BF1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 83.04%
G = 8.7%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF1413 (or 0xBF1413) is known color: Fire Brick. HEX triplet: BF, 14 and 13. RGB value is (191,20,19). Sum of RGB (Red+Green+Blue) = 191+20+19=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1413 is #40EBEC. Grayscale: #474747. Windows color (decimal): -4254701 or 1250495. OLE color: 1250495.

HSL color Cylindrical-coordinate representation of color #BF1413: hue angle of 0.35º degrees, saturation: 0.82, 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 #BF1413 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 19 -
CMYK 0 0.90 0.90 0.25
HSL 0.35º 0.82% 0.41% -
HSV(B) 0.35º 0.9% 0.75% -
XYZ 21.85 11.62 1.71 -
YUV 71.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 191 20 19 0 0.90 0.90 0.25 0.35 0.82 0.41
Hex BF 14 13 0 5A 5A 19 0 52 29
Octal 277 24 23 0 132 132 31 0 122 51
Binary 10111111 10100 10011 0 1011010 1011010 11001 0 1010010 101001

Color Harmonies of #BF1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1413

Black with #BF1413

Text Example


Text Example

White with #BF1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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