Html Css Color HEX #B5261A Fire Brick

📋 copy color: '#B5261A'

red 181 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #B5261A

Tints of Fire Brick #B5261A

RGB

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

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

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

R = 73.88%
G = 15.51%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5261A (or 0xB5261A) is known color: Fire Brick. HEX triplet: B5, 26 and 1A. RGB value is (181,38,26). Sum of RGB (Red+Green+Blue) = 181+38+26=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5261A is #4AD9E5. Grayscale: #4F4F4F. Windows color (decimal): -4905446 or 1713845. OLE color: 1713845.

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

Color convert

RGB 181 38 26 -
CMYK 0 0.79 0.86 0.29
HSL 4.65º 0.75% 0.41% -
HSV(B) 4.65º 0.86% 0.71% -
XYZ 19.94 11.28 2.1 -
YUV 79.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 181 38 26 0 0.79 0.86 0.29 4.65 0.75 0.41
Hex B5 26 1A 0 4F 56 1D 5 4B 29
Octal 265 46 32 0 117 126 35 5 113 51
Binary 10110101 100110 11010 0 1001111 1010110 11101 101 1001011 101001

Color Harmonies of #B5261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5261A

Black with #B5261A

Text Example


Text Example

White with #B5261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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