Html Css Color HEX #B5201F Fire Brick

📋 copy color: '#B5201F'

red 181 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #B5201F

Tints of Fire Brick #B5201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 74.18%
G = 13.11%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5201F (or 0xB5201F) is known color: Fire Brick. HEX triplet: B5, 20 and 1F. RGB value is (181,32,31). Sum of RGB (Red+Green+Blue) = 181+32+31=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5201F is #4ADFE0. Grayscale: #4C4C4C. Windows color (decimal): -4906977 or 2039989. OLE color: 2039989.

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

Color convert

RGB 181 32 31 -
CMYK 0 0.82 0.83 0.29
HSL 0.4º 0.71% 0.42% -
HSV(B) 0.4º 0.83% 0.71% -
XYZ 19.82 10.96 2.37 -
YUV 76.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 181 32 31 0 0.82 0.83 0.29 0.4 0.71 0.42
Hex B5 20 1F 0 52 53 1D 0 47 2A
Octal 265 40 37 0 122 123 35 0 107 52
Binary 10110101 100000 11111 0 1010010 1010011 11101 0 1000111 101010

Color Harmonies of #B5201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5201F

Black with #B5201F

Text Example


Text Example

White with #B5201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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