Html Css Color HEX #B5251A Fire Brick

📋 copy color: '#B5251A'

red 181 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #B5251A

Tints of Fire Brick #B5251A

RGB

 RED value IS 181 (71.09% from 255) = 74.18%

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

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

R = 74.18%
G = 15.16%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5251A (or 0xB5251A) is known color: Fire Brick. HEX triplet: B5, 25 and 1A. RGB value is (181,37,26). Sum of RGB (Red+Green+Blue) = 181+37+26=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5251A is #4ADAE5. Grayscale: #4E4E4E. Windows color (decimal): -4905702 or 1713589. OLE color: 1713589.

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

Color convert

RGB 181 37 26 -
CMYK 0 0.80 0.86 0.29
HSL 4.26º 0.75% 0.41% -
HSV(B) 4.26º 0.86% 0.71% -
XYZ 19.9 11.22 2.09 -
YUV 78.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 181 37 26 0 0.80 0.86 0.29 4.26 0.75 0.41
Hex B5 25 1A 0 50 56 1D 4 4B 29
Octal 265 45 32 0 120 126 35 4 113 51
Binary 10110101 100101 11010 0 1010000 1010110 11101 100 1001011 101001

Color Harmonies of #B5251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5251A

Black with #B5251A

Text Example


Text Example

White with #B5251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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