Html Css Color HEX #BF1815 Fire Brick

📋 copy color: '#BF1815'

red 191 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #BF1815

Tints of Fire Brick #BF1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 80.93%
G = 10.17%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF1815 (or 0xBF1815) is known color: Fire Brick. HEX triplet: BF, 18 and 15. RGB value is (191,24,21). Sum of RGB (Red+Green+Blue) = 191+24+21=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1815 is #40E7EA. Grayscale: #494949. Windows color (decimal): -4253675 or 1382591. OLE color: 1382591.

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

Color convert

RGB 191 24 21 -
CMYK 0 0.87 0.89 0.25
HSL 1.06º 0.8% 0.42% -
HSV(B) 1.06º 0.89% 0.75% -
XYZ 21.95 11.78 1.83 -
YUV 73.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 191 24 21 0 0.87 0.89 0.25 1.06 0.8 0.42
Hex BF 18 15 0 57 59 19 1 50 2A
Octal 277 30 25 0 127 131 31 1 120 52
Binary 10111111 11000 10101 0 1010111 1011001 11001 1 1010000 101010

Color Harmonies of #BF1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1815

Black with #BF1815

Text Example


Text Example

White with #BF1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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