Html Css Color HEX #B5351F Fire Brick

📋 copy color: '#B5351F'

red 181 ◦ green 53 ◦ blue 31

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

Shades of Fire Brick #B5351F

Tints of Fire Brick #B5351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 68.3%
G = 20%
B = 11.7%

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

#B5351F (or 0xB5351F) is known color: Fire Brick. HEX triplet: B5, 35 and 1F. RGB value is (181,53,31). Sum of RGB (Red+Green+Blue) = 181+53+31=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5351F is #4ACAE0. Grayscale: #585858. Windows color (decimal): -4901601 or 2045365. OLE color: 2045365.

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

Color convert

RGB 181 53 31 -
CMYK 0 0.71 0.83 0.29
HSL 8.8º 0.71% 0.42% -
HSV(B) 8.8º 0.83% 0.71% -
XYZ 20.58 12.47 2.62 -
YUV 88.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 181 53 31 0 0.71 0.83 0.29 8.8 0.71 0.42
Hex B5 35 1F 0 47 53 1D 9 47 2A
Octal 265 65 37 0 107 123 35 11 107 52
Binary 10110101 110101 11111 0 1000111 1010011 11101 1001 1000111 101010

Color Harmonies of #B5351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5351F

Black with #B5351F

Text Example


Text Example

White with #B5351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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