Html Css Color HEX #B5160C Fire Brick

📋 copy color: '#B5160C'

red 181 ◦ green 22 ◦ blue 12

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

Shades of Fire Brick #B5160C

Tints of Fire Brick #B5160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 84.19%
G = 10.23%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5160C (or 0xB5160C) is known color: Fire Brick. HEX triplet: B5, 16 and 0C. RGB value is (181,22,12). Sum of RGB (Red+Green+Blue) = 181+22+12=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B5160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5160C is #4AE9F3. Grayscale: #444444. Windows color (decimal): -4909556 or 792245. OLE color: 792245.

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

Color convert

RGB 181 22 12 -
CMYK 0 0.88 0.93 0.29
HSL 3.55º 0.88% 0.38% -
HSV(B) 3.55º 0.93% 0.71% -
XYZ 19.41 10.42 1.34 -
YUV 68.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 181 22 12 0 0.88 0.93 0.29 3.55 0.88 0.38
Hex B5 16 C 0 58 5D 1D 4 58 26
Octal 265 26 14 0 130 135 35 4 130 46
Binary 10110101 10110 1100 0 1011000 1011101 11101 100 1011000 100110

Color Harmonies of #B5160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5160C

Black with #B5160C

Text Example


Text Example

White with #B5160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5160C; }

 p { color: rgb(181,22,12); }

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

background-color css

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

 a { background-color: rgb(181,22,12); }

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

border-color css

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

 span { border-color: rgb(181,22,12); }

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