Html Css Color HEX #B5261B Fire Brick

📋 copy color: '#B5261B'

red 181 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #B5261B

Tints of Fire Brick #B5261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 73.58%
G = 15.45%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5261B (or 0xB5261B) is known color: Fire Brick. HEX triplet: B5, 26 and 1B. RGB value is (181,38,27). Sum of RGB (Red+Green+Blue) = 181+38+27=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5261B is #4AD9E4. Grayscale: #4F4F4F. Windows color (decimal): -4905445 or 1779381. OLE color: 1779381.

HSL color Cylindrical-coordinate representation of color #B5261B: hue angle of 4.29º degrees, saturation: 0.74, 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 #B5261B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 27 -
CMYK 0 0.79 0.85 0.29
HSL 4.29º 0.74% 0.41% -
HSV(B) 4.29º 0.85% 0.71% -
XYZ 19.95 11.29 2.16 -
YUV 79.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 181 38 27 0 0.79 0.85 0.29 4.29 0.74 0.41
Hex B5 26 1B 0 4F 55 1D 4 4A 29
Octal 265 46 33 0 117 125 35 4 112 51
Binary 10110101 100110 11011 0 1001111 1010101 11101 100 1001010 101001

Color Harmonies of #B5261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5261B

Black with #B5261B

Text Example


Text Example

White with #B5261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5261B; }

 p { color: rgb(181,38,27); }

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

background-color css

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

 a { background-color: rgb(181,38,27); }

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

border-color css

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

 span { border-color: rgb(181,38,27); }

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