Html Css Color HEX #BF251F Fire Brick

📋 copy color: '#BF251F'

red 191 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #BF251F

Tints of Fire Brick #BF251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 73.75%
G = 14.29%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF251F (or 0xBF251F) is known color: Fire Brick. HEX triplet: BF, 25 and 1F. RGB value is (191,37,31). Sum of RGB (Red+Green+Blue) = 191+37+31=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF251F is #40DAE0. Grayscale: #525252. Windows color (decimal): -4250337 or 2041279. OLE color: 2041279.

HSL color Cylindrical-coordinate representation of color #BF251F: hue angle of 2.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF251F is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 31 -
CMYK 0 0.81 0.84 0.25
HSL 2.25º 0.72% 0.44% -
HSV(B) 2.25º 0.84% 0.75% -
XYZ 22.39 12.5 2.53 -
YUV 82.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 191 37 31 0 0.81 0.84 0.25 2.25 0.72 0.44
Hex BF 25 1F 0 51 54 19 2 48 2C
Octal 277 45 37 0 121 124 31 2 110 54
Binary 10111111 100101 11111 0 1010001 1010100 11001 10 1001000 101100

Color Harmonies of #BF251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF251F

Black with #BF251F

Text Example


Text Example

White with #BF251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF251F; }

 p { color: rgb(191,37,31); }

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

background-color css

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

 a { background-color: rgb(191,37,31); }

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

border-color css

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

 span { border-color: rgb(191,37,31); }

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