Html Css Color HEX #B8250F Fire Brick

📋 copy color: '#B8250F'

red 184 ◦ green 37 ◦ blue 15

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

Shades of Fire Brick #B8250F

Tints of Fire Brick #B8250F

RGB

 RED value IS 184 (72.27% from 255) = 77.97%

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 77.97%
G = 15.68%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8250F (or 0xB8250F) is known color: Fire Brick. HEX triplet: B8, 25 and 0F. RGB value is (184,37,15). Sum of RGB (Red+Green+Blue) = 184+37+15=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8250F is #47DAF0. Grayscale: #4E4E4E. Windows color (decimal): -4709105 or 992696. OLE color: 992696.

HSL color Cylindrical-coordinate representation of color #B8250F: hue angle of 7.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 15 -
CMYK 0 0.80 0.92 0.28
HSL 7.81º 0.85% 0.39% -
HSV(B) 7.81º 0.92% 0.72% -
XYZ 20.51 11.55 1.6 -
YUV 78.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 184 37 15 0 0.80 0.92 0.28 7.81 0.85 0.39
Hex B8 25 F 0 50 5C 1C 8 55 27
Octal 270 45 17 0 120 134 34 10 125 47
Binary 10111000 100101 1111 0 1010000 1011100 11100 1000 1010101 100111

Color Harmonies of #B8250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8250F

Black with #B8250F

Text Example


Text Example

White with #B8250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8250F; }

 p { color: rgb(184,37,15); }

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

background-color css

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

 a { background-color: rgb(184,37,15); }

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

border-color css

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

 span { border-color: rgb(184,37,15); }

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