Html Css Color HEX #BF2319 Fire Brick

📋 copy color: '#BF2319'

red 191 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #BF2319

Tints of Fire Brick #BF2319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 76.1%
G = 13.94%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF2319 (or 0xBF2319) is known color: Fire Brick. HEX triplet: BF, 23 and 19. RGB value is (191,35,25). Sum of RGB (Red+Green+Blue) = 191+35+25=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2319 is #40DCE6. Grayscale: #505050. Windows color (decimal): -4250855 or 1647551. OLE color: 1647551.

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

Color convert

RGB 191 35 25 -
CMYK 0 0.82 0.87 0.25
HSL 3.61º 0.77% 0.42% -
HSV(B) 3.61º 0.87% 0.75% -
XYZ 22.26 12.35 2.13 -
YUV 80.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 191 35 25 0 0.82 0.87 0.25 3.61 0.77 0.42
Hex BF 23 19 0 52 57 19 4 4D 2A
Octal 277 43 31 0 122 127 31 4 115 52
Binary 10111111 100011 11001 0 1010010 1010111 11001 100 1001101 101010

Color Harmonies of #BF2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2319

Black with #BF2319

Text Example


Text Example

White with #BF2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2319; }

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

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

background-color css

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

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

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

border-color css

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

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

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