Html Css Color HEX #BF1F1E Fire Brick

📋 copy color: '#BF1F1E'

red 191 ◦ green 31 ◦ blue 30

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

Shades of Fire Brick #BF1F1E

Tints of Fire Brick #BF1F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 75.79%
G = 12.3%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF1F1E (or 0xBF1F1E) is known color: Fire Brick. HEX triplet: BF, 1F and 1E. RGB value is (191,31,30). Sum of RGB (Red+Green+Blue) = 191+31+30=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F1E is #40E0E1. Grayscale: #4E4E4E. Windows color (decimal): -4251874 or 1974207. OLE color: 1974207.

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

Color convert

RGB 191 31 30 -
CMYK 0 0.84 0.84 0.25
HSL 0.37º 0.73% 0.43% -
HSV(B) 0.37º 0.84% 0.75% -
XYZ 22.21 12.15 2.4 -
YUV 78.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 191 31 30 0 0.84 0.84 0.25 0.37 0.73 0.43
Hex BF 1F 1E 0 54 54 19 0 49 2B
Octal 277 37 36 0 124 124 31 0 111 53
Binary 10111111 11111 11110 0 1010100 1010100 11001 0 1001001 101011

Color Harmonies of #BF1F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F1E

Black with #BF1F1E

Text Example


Text Example

White with #BF1F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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