Html Css Color HEX #BF2315 Fire Brick

📋 copy color: '#BF2315'

red 191 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #BF2315

Tints of Fire Brick #BF2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 77.33%
G = 14.17%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF2315 (or 0xBF2315) is known color: Fire Brick. HEX triplet: BF, 23 and 15. RGB value is (191,35,21). Sum of RGB (Red+Green+Blue) = 191+35+21=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2315 is #40DCEA. Grayscale: #505050. Windows color (decimal): -4250859 or 1385407. OLE color: 1385407.

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

Color convert

RGB 191 35 21 -
CMYK 0 0.82 0.89 0.25
HSL 4.94º 0.8% 0.42% -
HSV(B) 4.94º 0.89% 0.75% -
XYZ 22.22 12.33 1.92 -
YUV 80.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 191 35 21 0 0.82 0.89 0.25 4.94 0.8 0.42
Hex BF 23 15 0 52 59 19 5 50 2A
Octal 277 43 25 0 122 131 31 5 120 52
Binary 10111111 100011 10101 0 1010010 1011001 11001 101 1010000 101010

Color Harmonies of #BF2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2315

Black with #BF2315

Text Example


Text Example

White with #BF2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2315; }

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

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

background-color css

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

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

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

border-color css

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

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

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