Html Css Color HEX #BF2219 Fire Brick

📋 copy color: '#BF2219'

red 191 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #BF2219

Tints of Fire Brick #BF2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 76.4%
G = 13.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF2219 (or 0xBF2219) is known color: Fire Brick. HEX triplet: BF, 22 and 19. RGB value is (191,34,25). Sum of RGB (Red+Green+Blue) = 191+34+25=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2219 is #40DDE6. Grayscale: #505050. Windows color (decimal): -4251111 or 1647295. OLE color: 1647295.

HSL color Cylindrical-coordinate representation of color #BF2219: hue angle of 3.25º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF2219 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 34 25 -
CMYK 0 0.82 0.87 0.25
HSL 3.25º 0.77% 0.42% -
HSV(B) 3.25º 0.87% 0.75% -
XYZ 22.23 12.29 2.12 -
YUV 79.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 191 34 25 0 0.82 0.87 0.25 3.25 0.77 0.42
Hex BF 22 19 0 52 57 19 3 4D 2A
Octal 277 42 31 0 122 127 31 3 115 52
Binary 10111111 100010 11001 0 1010010 1010111 11001 11 1001101 101010

Color Harmonies of #BF2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2219

Black with #BF2219

Text Example


Text Example

White with #BF2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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