Html Css Color HEX #BF221E Fire Brick

📋 copy color: '#BF221E'

red 191 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #BF221E

Tints of Fire Brick #BF221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 74.9%
G = 13.33%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF221E (or 0xBF221E) is known color: Fire Brick. HEX triplet: BF, 22 and 1E. RGB value is (191,34,30). Sum of RGB (Red+Green+Blue) = 191+34+30=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF221E is #40DDE1. Grayscale: #505050. Windows color (decimal): -4251106 or 1974975. OLE color: 1974975.

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

Color convert

RGB 191 34 30 -
CMYK 0 0.82 0.84 0.25
HSL 1.49º 0.73% 0.43% -
HSV(B) 1.49º 0.84% 0.75% -
XYZ 22.29 12.31 2.43 -
YUV 80.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 191 34 30 0 0.82 0.84 0.25 1.49 0.73 0.43
Hex BF 22 1E 0 52 54 19 1 49 2B
Octal 277 42 36 0 122 124 31 1 111 53
Binary 10111111 100010 11110 0 1010010 1010100 11001 1 1001001 101011

Color Harmonies of #BF221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF221E

Black with #BF221E

Text Example


Text Example

White with #BF221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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