Html Css Color HEX #B5341F Fire Brick

📋 copy color: '#B5341F'

red 181 ◦ green 52 ◦ blue 31

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

Shades of Fire Brick #B5341F

Tints of Fire Brick #B5341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

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

R = 68.56%
G = 19.7%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5341F (or 0xB5341F) is known color: Fire Brick. HEX triplet: B5, 34 and 1F. RGB value is (181,52,31). Sum of RGB (Red+Green+Blue) = 181+52+31=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5341F is #4ACBE0. Grayscale: #585858. Windows color (decimal): -4901857 or 2045109. OLE color: 2045109.

HSL color Cylindrical-coordinate representation of color #B5341F: hue angle of 8.4º 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 #B5341F is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 31 -
CMYK 0 0.71 0.83 0.29
HSL 8.4º 0.71% 0.42% -
HSV(B) 8.4º 0.83% 0.71% -
XYZ 20.53 12.38 2.6 -
YUV 88.18 95.74 194.21 -
System Red Green Blue C M Y K H S L
Decimal 181 52 31 0 0.71 0.83 0.29 8.4 0.71 0.42
Hex B5 34 1F 0 47 53 1D 8 47 2A
Octal 265 64 37 0 107 123 35 10 107 52
Binary 10110101 110100 11111 0 1000111 1010011 11101 1000 1000111 101010

Color Harmonies of #B5341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5341F

Black with #B5341F

Text Example


Text Example

White with #B5341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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