Html Css Color HEX #B7190E Fire Brick

📋 copy color: '#B7190E'

red 183 ◦ green 25 ◦ blue 14

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

Shades of Fire Brick #B7190E

Tints of Fire Brick #B7190E

RGB

 RED value IS 183 (71.88% from 255) = 82.43%

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

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

R = 82.43%
G = 11.26%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7190E (or 0xB7190E) is known color: Fire Brick. HEX triplet: B7, 19 and 0E. RGB value is (183,25,14). Sum of RGB (Red+Green+Blue) = 183+25+14=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B7190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7190E is #48E6F1. Grayscale: #474747. Windows color (decimal): -4777714 or 924087. OLE color: 924087.

HSL color Cylindrical-coordinate representation of color #B7190E: hue angle of 3.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7190E is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 14 -
CMYK 0 0.86 0.92 0.28
HSL 3.91º 0.86% 0.39% -
HSV(B) 3.91º 0.92% 0.72% -
XYZ 19.96 10.79 1.45 -
YUV 70.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 183 25 14 0 0.86 0.92 0.28 3.91 0.86 0.39
Hex B7 19 E 0 56 5C 1C 4 56 27
Octal 267 31 16 0 126 134 34 4 126 47
Binary 10110111 11001 1110 0 1010110 1011100 11100 100 1010110 100111

Color Harmonies of #B7190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7190E

Black with #B7190E

Text Example


Text Example

White with #B7190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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