Html Css Color HEX #B5301F Fire Brick

📋 copy color: '#B5301F'

red 181 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #B5301F

Tints of Fire Brick #B5301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 69.62%
G = 18.46%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5301F (or 0xB5301F) is known color: Fire Brick. HEX triplet: B5, 30 and 1F. RGB value is (181,48,31). Sum of RGB (Red+Green+Blue) = 181+48+31=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5301F is #4ACFE0. Grayscale: #565656. Windows color (decimal): -4902881 or 2044085. OLE color: 2044085.

HSL color Cylindrical-coordinate representation of color #B5301F: hue angle of 6.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5301F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 31 -
CMYK 0 0.73 0.83 0.29
HSL 6.8º 0.71% 0.42% -
HSV(B) 6.8º 0.83% 0.71% -
XYZ 20.36 12.04 2.55 -
YUV 85.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 181 48 31 0 0.73 0.83 0.29 6.8 0.71 0.42
Hex B5 30 1F 0 49 53 1D 7 47 2A
Octal 265 60 37 0 111 123 35 7 107 52
Binary 10110101 110000 11111 0 1001001 1010011 11101 111 1000111 101010

Color Harmonies of #B5301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5301F

Black with #B5301F

Text Example


Text Example

White with #B5301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5301F; }

 p { color: rgb(181,48,31); }

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

background-color css

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

 a { background-color: rgb(181,48,31); }

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

border-color css

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

 span { border-color: rgb(181,48,31); }

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