Html Css Color HEX #B5170E Fire Brick

📋 copy color: '#B5170E'

red 181 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #B5170E

Tints of Fire Brick #B5170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 83.03%
G = 10.55%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5170E (or 0xB5170E) is known color: Fire Brick. HEX triplet: B5, 17 and 0E. RGB value is (181,23,14). Sum of RGB (Red+Green+Blue) = 181+23+14=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B5170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5170E is #4AE8F1. Grayscale: #454545. Windows color (decimal): -4909298 or 923573. OLE color: 923573.

HSL color Cylindrical-coordinate representation of color #B5170E: hue angle of 3.23º degrees, saturation: 0.86, 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 #B5170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 14 -
CMYK 0 0.87 0.92 0.29
HSL 3.23º 0.86% 0.38% -
HSV(B) 3.23º 0.92% 0.71% -
XYZ 19.44 10.47 1.41 -
YUV 69.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 181 23 14 0 0.87 0.92 0.29 3.23 0.86 0.38
Hex B5 17 E 0 57 5C 1D 3 56 26
Octal 265 27 16 0 127 134 35 3 126 46
Binary 10110101 10111 1110 0 1010111 1011100 11101 11 1010110 100110

Color Harmonies of #B5170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5170E

Black with #B5170E

Text Example


Text Example

White with #B5170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5170E; }

 p { color: rgb(181,23,14); }

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

background-color css

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

 a { background-color: rgb(181,23,14); }

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

border-color css

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

 span { border-color: rgb(181,23,14); }

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