Html Css Color HEX #B9251A Fire Brick

📋 copy color: '#B9251A'

red 185 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #B9251A

Tints of Fire Brick #B9251A

RGB

 RED value IS 185 (72.66% from 255) = 74.6%

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

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

R = 74.6%
G = 14.92%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9251A (or 0xB9251A) is known color: Fire Brick. HEX triplet: B9, 25 and 1A. RGB value is (185,37,26). Sum of RGB (Red+Green+Blue) = 185+37+26=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9251A is #46DAE5. Grayscale: #505050. Windows color (decimal): -4643558 or 1713593. OLE color: 1713593.

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

Color convert

RGB 185 37 26 -
CMYK 0 0.80 0.86 0.27
HSL 4.15º 0.75% 0.41% -
HSV(B) 4.15º 0.86% 0.73% -
XYZ 20.86 11.71 2.14 -
YUV 80 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 185 37 26 0 0.80 0.86 0.27 4.15 0.75 0.41
Hex B9 25 1A 0 50 56 1B 4 4B 29
Octal 271 45 32 0 120 126 33 4 113 51
Binary 10111001 100101 11010 0 1010000 1010110 11011 100 1001011 101001

Color Harmonies of #B9251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9251A

Black with #B9251A

Text Example


Text Example

White with #B9251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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