Html Css Color HEX #BF2418 Fire Brick

📋 copy color: '#BF2418'

red 191 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #BF2418

Tints of Fire Brick #BF2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

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

R = 76.1%
G = 14.34%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF2418 (or 0xBF2418) is known color: Fire Brick. HEX triplet: BF, 24 and 18. RGB value is (191,36,24). Sum of RGB (Red+Green+Blue) = 191+36+24=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2418 is #40DBE7. Grayscale: #515151. Windows color (decimal): -4250600 or 1582271. OLE color: 1582271.

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

Color convert

RGB 191 36 24 -
CMYK 0 0.81 0.87 0.25
HSL 4.31º 0.78% 0.42% -
HSV(B) 4.31º 0.87% 0.75% -
XYZ 22.28 12.4 2.08 -
YUV 80.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 191 36 24 0 0.81 0.87 0.25 4.31 0.78 0.42
Hex BF 24 18 0 51 57 19 4 4E 2A
Octal 277 44 30 0 121 127 31 4 116 52
Binary 10111111 100100 11000 0 1010001 1010111 11001 100 1001110 101010

Color Harmonies of #BF2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2418

Black with #BF2418

Text Example


Text Example

White with #BF2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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