Html Css Color HEX #BF2316 Fire Brick

📋 copy color: '#BF2316'

red 191 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #BF2316

Tints of Fire Brick #BF2316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 77.02%
G = 14.11%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF2316 (or 0xBF2316) is known color: Fire Brick. HEX triplet: BF, 23 and 16. RGB value is (191,35,22). Sum of RGB (Red+Green+Blue) = 191+35+22=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2316 is #40DCE9. Grayscale: #505050. Windows color (decimal): -4250858 or 1450943. OLE color: 1450943.

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

Color convert

RGB 191 35 22 -
CMYK 0 0.82 0.88 0.25
HSL 4.62º 0.79% 0.42% -
HSV(B) 4.62º 0.88% 0.75% -
XYZ 22.23 12.34 1.97 -
YUV 80.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 191 35 22 0 0.82 0.88 0.25 4.62 0.79 0.42
Hex BF 23 16 0 52 58 19 5 4F 2A
Octal 277 43 26 0 122 130 31 5 117 52
Binary 10111111 100011 10110 0 1010010 1011000 11001 101 1001111 101010

Color Harmonies of #BF2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2316

Black with #BF2316

Text Example


Text Example

White with #BF2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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