Html Css Color HEX #B8251A Fire Brick

📋 copy color: '#B8251A'

red 184 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #B8251A

Tints of Fire Brick #B8251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 74.49%
G = 14.98%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8251A (or 0xB8251A) is known color: Fire Brick. HEX triplet: B8, 25 and 1A. RGB value is (184,37,26). Sum of RGB (Red+Green+Blue) = 184+37+26=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8251A is #47DAE5. Grayscale: #4F4F4F. Windows color (decimal): -4709094 or 1713592. OLE color: 1713592.

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

Color convert

RGB 184 37 26 -
CMYK 0 0.80 0.86 0.28
HSL 4.18º 0.75% 0.41% -
HSV(B) 4.18º 0.86% 0.72% -
XYZ 20.62 11.59 2.13 -
YUV 79.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 184 37 26 0 0.80 0.86 0.28 4.18 0.75 0.41
Hex B8 25 1A 0 50 56 1C 4 4B 29
Octal 270 45 32 0 120 126 34 4 113 51
Binary 10111000 100101 11010 0 1010000 1010110 11100 100 1001011 101001

Color Harmonies of #B8251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8251A

Black with #B8251A

Text Example


Text Example

White with #B8251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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