Html Css Color HEX #BF1512 Fire Brick

📋 copy color: '#BF1512'

red 191 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #BF1512

Tints of Fire Brick #BF1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

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

R = 83.04%
G = 9.13%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1512 (or 0xBF1512) is known color: Fire Brick. HEX triplet: BF, 15 and 12. RGB value is (191,21,18). Sum of RGB (Red+Green+Blue) = 191+21+18=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1512 is #40EAED. Grayscale: #474747. Windows color (decimal): -4254446 or 1185215. OLE color: 1185215.

HSL color Cylindrical-coordinate representation of color #BF1512: hue angle of 1.04º 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 #BF1512 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 18 -
CMYK 0 0.89 0.91 0.25
HSL 1.04º 0.83% 0.41% -
HSV(B) 1.04º 0.91% 0.75% -
XYZ 21.86 11.66 1.67 -
YUV 71.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 191 21 18 0 0.89 0.91 0.25 1.04 0.83 0.41
Hex BF 15 12 0 59 5B 19 1 53 29
Octal 277 25 22 0 131 133 31 1 123 51
Binary 10111111 10101 10010 0 1011001 1011011 11001 1 1010011 101001

Color Harmonies of #BF1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1512

Black with #BF1512

Text Example


Text Example

White with #BF1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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