Html Css Color HEX #B5271C Fire Brick

📋 copy color: '#B5271C'

red 181 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #B5271C

Tints of Fire Brick #B5271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 72.98%
G = 15.73%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5271C (or 0xB5271C) is known color: Fire Brick. HEX triplet: B5, 27 and 1C. RGB value is (181,39,28). Sum of RGB (Red+Green+Blue) = 181+39+28=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271C is #4AD8E3. Grayscale: #505050. Windows color (decimal): -4905188 or 1845173. OLE color: 1845173.

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

Color convert

RGB 181 39 28 -
CMYK 0 0.78 0.85 0.29
HSL 4.31º 0.73% 0.41% -
HSV(B) 4.31º 0.85% 0.71% -
XYZ 19.99 11.36 2.24 -
YUV 80.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 181 39 28 0 0.78 0.85 0.29 4.31 0.73 0.41
Hex B5 27 1C 0 4E 55 1D 4 49 29
Octal 265 47 34 0 116 125 35 4 111 51
Binary 10110101 100111 11100 0 1001110 1010101 11101 100 1001001 101001

Color Harmonies of #B5271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5271C

Black with #B5271C

Text Example


Text Example

White with #B5271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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