Html Css Color HEX #B5180A Fire Brick

📋 copy color: '#B5180A'

red 181 ◦ green 24 ◦ blue 10

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

Shades of Fire Brick #B5180A

Tints of Fire Brick #B5180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 84.19%
G = 11.16%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5180A (or 0xB5180A) is known color: Fire Brick. HEX triplet: B5, 18 and 0A. RGB value is (181,24,10). Sum of RGB (Red+Green+Blue) = 181+24+10=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B5180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5180A is #4AE7F5. Grayscale: #454545. Windows color (decimal): -4909046 or 661685. OLE color: 661685.

HSL color Cylindrical-coordinate representation of color #B5180A: hue angle of 4.91º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5180A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 10 -
CMYK 0 0.87 0.94 0.29
HSL 4.91º 0.9% 0.37% -
HSV(B) 4.91º 0.94% 0.71% -
XYZ 19.44 10.5 1.29 -
YUV 69.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 181 24 10 0 0.87 0.94 0.29 4.91 0.9 0.37
Hex B5 18 A 0 57 5E 1D 5 5A 25
Octal 265 30 12 0 127 136 35 5 132 45
Binary 10110101 11000 1010 0 1010111 1011110 11101 101 1011010 100101

Color Harmonies of #B5180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5180A

Black with #B5180A

Text Example


Text Example

White with #B5180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5180A; }

 p { color: rgb(181,24,10); }

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

background-color css

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

 a { background-color: rgb(181,24,10); }

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

border-color css

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

 span { border-color: rgb(181,24,10); }

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