Html Css Color HEX #BF201B Fire Brick

📋 copy color: '#BF201B'

red 191 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #BF201B

Tints of Fire Brick #BF201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 76.4%
G = 12.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF201B (or 0xBF201B) is known color: Fire Brick. HEX triplet: BF, 20 and 1B. RGB value is (191,32,27). Sum of RGB (Red+Green+Blue) = 191+32+27=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF201B is #40DFE4. Grayscale: #4F4F4F. Windows color (decimal): -4251621 or 1777855. OLE color: 1777855.

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

Color convert

RGB 191 32 27 -
CMYK 0 0.83 0.86 0.25
HSL 1.83º 0.75% 0.43% -
HSV(B) 1.83º 0.86% 0.75% -
XYZ 22.2 12.19 2.22 -
YUV 78.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 191 32 27 0 0.83 0.86 0.25 1.83 0.75 0.43
Hex BF 20 1B 0 53 56 19 2 4B 2B
Octal 277 40 33 0 123 126 31 2 113 53
Binary 10111111 100000 11011 0 1010011 1010110 11001 10 1001011 101011

Color Harmonies of #BF201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF201B

Black with #BF201B

Text Example


Text Example

White with #BF201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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