Html Css Color HEX #BF2218 Fire Brick

📋 copy color: '#BF2218'

red 191 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #BF2218

Tints of Fire Brick #BF2218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 76.71%
G = 13.65%
B = 9.64%

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

#BF2218 (or 0xBF2218) is known color: Fire Brick. HEX triplet: BF, 22 and 18. RGB value is (191,34,24). Sum of RGB (Red+Green+Blue) = 191+34+24=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2218 is #40DDE7. Grayscale: #505050. Windows color (decimal): -4251112 or 1581759. OLE color: 1581759.

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

Color convert

RGB 191 34 24 -
CMYK 0 0.82 0.87 0.25
HSL 3.59º 0.78% 0.42% -
HSV(B) 3.59º 0.87% 0.75% -
XYZ 22.22 12.29 2.06 -
YUV 79.8 96.51 207.31 -
System Red Green Blue C M Y K H S L
Decimal 191 34 24 0 0.82 0.87 0.25 3.59 0.78 0.42
Hex BF 22 18 0 52 57 19 4 4E 2A
Octal 277 42 30 0 122 127 31 4 116 52
Binary 10111111 100010 11000 0 1010010 1010111 11001 100 1001110 101010

Color Harmonies of #BF2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2218

Black with #BF2218

Text Example


Text Example

White with #BF2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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