Html Css Color HEX #BF211E Fire Brick

📋 copy color: '#BF211E'

red 191 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #BF211E

Tints of Fire Brick #BF211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 75.2%
G = 12.99%
B = 11.81%

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

#BF211E (or 0xBF211E) is known color: Fire Brick. HEX triplet: BF, 21 and 1E. RGB value is (191,33,30). Sum of RGB (Red+Green+Blue) = 191+33+30=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF211E is #40DEE1. Grayscale: #505050. Windows color (decimal): -4251362 or 1974719. OLE color: 1974719.

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

Color convert

RGB 191 33 30 -
CMYK 0 0.83 0.84 0.25
HSL 1.12º 0.73% 0.43% -
HSV(B) 1.12º 0.84% 0.75% -
XYZ 22.26 12.26 2.42 -
YUV 79.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 191 33 30 0 0.83 0.84 0.25 1.12 0.73 0.43
Hex BF 21 1E 0 53 54 19 1 49 2B
Octal 277 41 36 0 123 124 31 1 111 53
Binary 10111111 100001 11110 0 1010011 1010100 11001 1 1001001 101011

Color Harmonies of #BF211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF211E

Black with #BF211E

Text Example


Text Example

White with #BF211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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