Html Css Color HEX #BF2518 Fire Brick

📋 copy color: '#BF2518'

red 191 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #BF2518

Tints of Fire Brick #BF2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 75.79%
G = 14.68%
B = 9.52%

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

#BF2518 (or 0xBF2518) is known color: Fire Brick. HEX triplet: BF, 25 and 18. RGB value is (191,37,24). Sum of RGB (Red+Green+Blue) = 191+37+24=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2518 is #40DAE7. Grayscale: #515151. Windows color (decimal): -4250344 or 1582527. OLE color: 1582527.

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

Color convert

RGB 191 37 24 -
CMYK 0 0.81 0.87 0.25
HSL 4.67º 0.78% 0.42% -
HSV(B) 4.67º 0.87% 0.75% -
XYZ 22.31 12.47 2.09 -
YUV 81.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 191 37 24 0 0.81 0.87 0.25 4.67 0.78 0.42
Hex BF 25 18 0 51 57 19 5 4E 2A
Octal 277 45 30 0 121 127 31 5 116 52
Binary 10111111 100101 11000 0 1010001 1010111 11001 101 1001110 101010

Color Harmonies of #BF2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2518

Black with #BF2518

Text Example


Text Example

White with #BF2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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