Html Css Color HEX #B5271A Fire Brick

📋 copy color: '#B5271A'

red 181 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #B5271A

Tints of Fire Brick #B5271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 73.58%
G = 15.85%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5271A (or 0xB5271A) is known color: Fire Brick. HEX triplet: B5, 27 and 1A. RGB value is (181,39,26). Sum of RGB (Red+Green+Blue) = 181+39+26=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271A is #4AD8E5. Grayscale: #505050. Windows color (decimal): -4905190 or 1714101. OLE color: 1714101.

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

Color convert

RGB 181 39 26 -
CMYK 0 0.78 0.86 0.29
HSL 5.03º 0.75% 0.41% -
HSV(B) 5.03º 0.86% 0.71% -
XYZ 19.97 11.35 2.12 -
YUV 79.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 181 39 26 0 0.78 0.86 0.29 5.03 0.75 0.41
Hex B5 27 1A 0 4E 56 1D 5 4B 29
Octal 265 47 32 0 116 126 35 5 113 51
Binary 10110101 100111 11010 0 1001110 1010110 11101 101 1001011 101001

Color Harmonies of #B5271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5271A

Black with #B5271A

Text Example


Text Example

White with #B5271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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