Html Css Color HEX #BF1615 Fire Brick

📋 copy color: '#BF1615'

red 191 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #BF1615

Tints of Fire Brick #BF1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 81.62%
G = 9.4%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF1615 (or 0xBF1615) is known color: Fire Brick. HEX triplet: BF, 16 and 15. RGB value is (191,22,21). Sum of RGB (Red+Green+Blue) = 191+22+21=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1615 is #40E9EA. Grayscale: #484848. Windows color (decimal): -4254187 or 1382079. OLE color: 1382079.

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

Color convert

RGB 191 22 21 -
CMYK 0 0.88 0.89 0.25
HSL 0.35º 0.8% 0.42% -
HSV(B) 0.35º 0.89% 0.75% -
XYZ 21.91 11.7 1.81 -
YUV 72.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 191 22 21 0 0.88 0.89 0.25 0.35 0.8 0.42
Hex BF 16 15 0 58 59 19 0 50 2A
Octal 277 26 25 0 130 131 31 0 120 52
Binary 10111111 10110 10101 0 1011000 1011001 11001 0 1010000 101010

Color Harmonies of #BF1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1615

Black with #BF1615

Text Example


Text Example

White with #BF1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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