Html Css Color HEX #B5271F Fire Brick

📋 copy color: '#B5271F'

red 181 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #B5271F

Tints of Fire Brick #B5271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 72.11%
G = 15.54%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5271F (or 0xB5271F) is known color: Fire Brick. HEX triplet: B5, 27 and 1F. RGB value is (181,39,31). Sum of RGB (Red+Green+Blue) = 181+39+31=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271F is #4AD8E0. Grayscale: #505050. Windows color (decimal): -4905185 or 2041781. OLE color: 2041781.

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

Color convert

RGB 181 39 31 -
CMYK 0 0.78 0.83 0.29
HSL 3.2º 0.71% 0.42% -
HSV(B) 3.2º 0.83% 0.71% -
XYZ 20.03 11.37 2.44 -
YUV 80.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 181 39 31 0 0.78 0.83 0.29 3.2 0.71 0.42
Hex B5 27 1F 0 4E 53 1D 3 47 2A
Octal 265 47 37 0 116 123 35 3 107 52
Binary 10110101 100111 11111 0 1001110 1010011 11101 11 1000111 101010

Color Harmonies of #B5271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5271F

Black with #B5271F

Text Example


Text Example

White with #B5271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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