Html Css Color HEX #BF201F Fire Brick

📋 copy color: '#BF201F'

red 191 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #BF201F

Tints of Fire Brick #BF201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 75.2%
G = 12.6%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF201F (or 0xBF201F) is known color: Fire Brick. HEX triplet: BF, 20 and 1F. RGB value is (191,32,31). Sum of RGB (Red+Green+Blue) = 191+32+31=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF201F is #40DFE0. Grayscale: #4F4F4F. Windows color (decimal): -4251617 or 2039999. OLE color: 2039999.

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

Color convert

RGB 191 32 31 -
CMYK 0 0.83 0.84 0.25
HSL 0.38º 0.72% 0.44% -
HSV(B) 0.38º 0.84% 0.75% -
XYZ 22.25 12.21 2.48 -
YUV 79.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 191 32 31 0 0.83 0.84 0.25 0.38 0.72 0.44
Hex BF 20 1F 0 53 54 19 0 48 2C
Octal 277 40 37 0 123 124 31 0 110 54
Binary 10111111 100000 11111 0 1010011 1010100 11001 0 1001000 101100

Color Harmonies of #BF201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF201F

Black with #BF201F

Text Example


Text Example

White with #BF201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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