Html Css Color HEX #B5190E Fire Brick

📋 copy color: '#B5190E'

red 181 ◦ green 25 ◦ blue 14

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

Shades of Fire Brick #B5190E

Tints of Fire Brick #B5190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 82.27%
G = 11.36%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5190E (or 0xB5190E) is known color: Fire Brick. HEX triplet: B5, 19 and 0E. RGB value is (181,25,14). Sum of RGB (Red+Green+Blue) = 181+25+14=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B5190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5190E is #4AE6F1. Grayscale: #464646. Windows color (decimal): -4908786 or 924085. OLE color: 924085.

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

Color convert

RGB 181 25 14 -
CMYK 0 0.86 0.92 0.29
HSL 3.95º 0.86% 0.38% -
HSV(B) 3.95º 0.92% 0.71% -
XYZ 19.48 10.55 1.43 -
YUV 70.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 181 25 14 0 0.86 0.92 0.29 3.95 0.86 0.38
Hex B5 19 E 0 56 5C 1D 4 56 26
Octal 265 31 16 0 126 134 35 4 126 46
Binary 10110101 11001 1110 0 1010110 1011100 11101 100 1010110 100110

Color Harmonies of #B5190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5190E

Black with #B5190E

Text Example


Text Example

White with #B5190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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