Html Css Color HEX #B5120F Fire Brick

📋 copy color: '#B5120F'

red 181 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #B5120F

Tints of Fire Brick #B5120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 84.58%
G = 8.41%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5120F (or 0xB5120F) is known color: Fire Brick. HEX triplet: B5, 12 and 0F. RGB value is (181,18,15). Sum of RGB (Red+Green+Blue) = 181+18+15=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B5120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5120F is #4AEDF0. Grayscale: #424242. Windows color (decimal): -4910577 or 987829. OLE color: 987829.

HSL color Cylindrical-coordinate representation of color #B5120F: hue angle of 1.08º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5120F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 15 -
CMYK 0 0.90 0.92 0.29
HSL 1.08º 0.85% 0.38% -
HSV(B) 1.08º 0.92% 0.71% -
XYZ 19.36 10.29 1.42 -
YUV 66.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 181 18 15 0 0.90 0.92 0.29 1.08 0.85 0.38
Hex B5 12 F 0 5A 5C 1D 1 55 26
Octal 265 22 17 0 132 134 35 1 125 46
Binary 10110101 10010 1111 0 1011010 1011100 11101 1 1010101 100110

Color Harmonies of #B5120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5120F

Black with #B5120F

Text Example


Text Example

White with #B5120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5120F; }

 p { color: rgb(181,18,15); }

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

background-color css

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

 a { background-color: rgb(181,18,15); }

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

border-color css

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

 span { border-color: rgb(181,18,15); }

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