Html Css Color HEX #B5291E Fire Brick

📋 copy color: '#B5291E'

red 181 ◦ green 41 ◦ blue 30

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

Shades of Fire Brick #B5291E

Tints of Fire Brick #B5291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 71.83%
G = 16.27%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5291E (or 0xB5291E) is known color: Fire Brick. HEX triplet: B5, 29 and 1E. RGB value is (181,41,30). Sum of RGB (Red+Green+Blue) = 181+41+30=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B5291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5291E is #4AD6E1. Grayscale: #515151. Windows color (decimal): -4904674 or 1976757. OLE color: 1976757.

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

Color convert

RGB 181 41 30 -
CMYK 0 0.77 0.83 0.29
HSL 4.37º 0.72% 0.41% -
HSV(B) 4.37º 0.83% 0.71% -
XYZ 20.08 11.5 2.39 -
YUV 81.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 181 41 30 0 0.77 0.83 0.29 4.37 0.72 0.41
Hex B5 29 1E 0 4D 53 1D 4 48 29
Octal 265 51 36 0 115 123 35 4 110 51
Binary 10110101 101001 11110 0 1001101 1010011 11101 100 1001000 101001

Color Harmonies of #B5291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5291E

Black with #B5291E

Text Example


Text Example

White with #B5291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5291E; }

 p { color: rgb(181,41,30); }

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

background-color css

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

 a { background-color: rgb(181,41,30); }

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

border-color css

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

 span { border-color: rgb(181,41,30); }

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