Html Css Color HEX #BF1412 Fire Brick

📋 copy color: '#BF1412'

red 191 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #BF1412

Tints of Fire Brick #BF1412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 83.41%
G = 8.73%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1412 (or 0xBF1412) is known color: Fire Brick. HEX triplet: BF, 14 and 12. RGB value is (191,20,18). Sum of RGB (Red+Green+Blue) = 191+20+18=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1412 is #40EBED. Grayscale: #474747. Windows color (decimal): -4254702 or 1184959. OLE color: 1184959.

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

Color convert

RGB 191 20 18 -
CMYK 0 0.90 0.91 0.25
HSL 0.69º 0.83% 0.41% -
HSV(B) 0.69º 0.91% 0.75% -
XYZ 21.85 11.62 1.66 -
YUV 70.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 191 20 18 0 0.90 0.91 0.25 0.69 0.83 0.41
Hex BF 14 12 0 5A 5B 19 1 53 29
Octal 277 24 22 0 132 133 31 1 123 51
Binary 10111111 10100 10010 0 1011010 1011011 11001 1 1010011 101001

Color Harmonies of #BF1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1412

Black with #BF1412

Text Example


Text Example

White with #BF1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1412; }

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

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

background-color css

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

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

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

border-color css

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

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

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