Html Css Color HEX #B5341E Fire Brick

📋 copy color: '#B5341E'

red 181 ◦ green 52 ◦ blue 30

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

Shades of Fire Brick #B5341E

Tints of Fire Brick #B5341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 68.82%
G = 19.77%
B = 11.41%

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

#B5341E (or 0xB5341E) is known color: Fire Brick. HEX triplet: B5, 34 and 1E. RGB value is (181,52,30). Sum of RGB (Red+Green+Blue) = 181+52+30=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5341E is #4ACBE1. Grayscale: #585858. Windows color (decimal): -4901858 or 1979573. OLE color: 1979573.

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

Color convert

RGB 181 52 30 -
CMYK 0 0.71 0.83 0.29
HSL 8.74º 0.72% 0.41% -
HSV(B) 8.74º 0.83% 0.71% -
XYZ 20.52 12.37 2.54 -
YUV 88.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 181 52 30 0 0.71 0.83 0.29 8.74 0.72 0.41
Hex B5 34 1E 0 47 53 1D 9 48 29
Octal 265 64 36 0 107 123 35 11 110 51
Binary 10110101 110100 11110 0 1000111 1010011 11101 1001 1001000 101001

Color Harmonies of #B5341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5341E

Black with #B5341E

Text Example


Text Example

White with #B5341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5341E; }

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

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

background-color css

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

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

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

border-color css

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

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

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