Html Css Color HEX #B5291C Fire Brick

📋 copy color: '#B5291C'

red 181 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #B5291C

Tints of Fire Brick #B5291C

RGB

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

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

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

R = 72.4%
G = 16.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5291C (or 0xB5291C) is known color: Fire Brick. HEX triplet: B5, 29 and 1C. RGB value is (181,41,28). Sum of RGB (Red+Green+Blue) = 181+41+28=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5291C is #4AD6E3. Grayscale: #515151. Windows color (decimal): -4904676 or 1845685. OLE color: 1845685.

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

Color convert

RGB 181 41 28 -
CMYK 0 0.77 0.85 0.29
HSL 5.1º 0.73% 0.41% -
HSV(B) 5.1º 0.85% 0.71% -
XYZ 20.06 11.49 2.26 -
YUV 81.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 181 41 28 0 0.77 0.85 0.29 5.1 0.73 0.41
Hex B5 29 1C 0 4D 55 1D 5 49 29
Octal 265 51 34 0 115 125 35 5 111 51
Binary 10110101 101001 11100 0 1001101 1010101 11101 101 1001001 101001

Color Harmonies of #B5291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5291C

Black with #B5291C

Text Example


Text Example

White with #B5291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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