Html Css Color HEX #BF2015 Fire Brick

📋 copy color: '#BF2015'

red 191 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #BF2015

Tints of Fire Brick #BF2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 78.28%
G = 13.11%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF2015 (or 0xBF2015) is known color: Fire Brick. HEX triplet: BF, 20 and 15. RGB value is (191,32,21). Sum of RGB (Red+Green+Blue) = 191+32+21=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2015 is #40DFEA. Grayscale: #4E4E4E. Windows color (decimal): -4251627 or 1384639. OLE color: 1384639.

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

Color convert

RGB 191 32 21 -
CMYK 0 0.83 0.89 0.25
HSL 3.88º 0.8% 0.42% -
HSV(B) 3.88º 0.89% 0.75% -
XYZ 22.14 12.16 1.89 -
YUV 78.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 191 32 21 0 0.83 0.89 0.25 3.88 0.8 0.42
Hex BF 20 15 0 53 59 19 4 50 2A
Octal 277 40 25 0 123 131 31 4 120 52
Binary 10111111 100000 10101 0 1010011 1011001 11001 100 1010000 101010

Color Harmonies of #BF2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2015

Black with #BF2015

Text Example


Text Example

White with #BF2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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