Html Css Color HEX #B7150E Fire Brick

📋 copy color: '#B7150E'

red 183 ◦ green 21 ◦ blue 14

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

Shades of Fire Brick #B7150E

Tints of Fire Brick #B7150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 83.94%
G = 9.63%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7150E (or 0xB7150E) is known color: Fire Brick. HEX triplet: B7, 15 and 0E. RGB value is (183,21,14). Sum of RGB (Red+Green+Blue) = 183+21+14=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B7150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7150E is #48EAF1. Grayscale: #444444. Windows color (decimal): -4778738 or 923063. OLE color: 923063.

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

Color convert

RGB 183 21 14 -
CMYK 0 0.89 0.92 0.28
HSL 2.49º 0.86% 0.39% -
HSV(B) 2.49º 0.92% 0.72% -
XYZ 19.88 10.64 1.42 -
YUV 68.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 183 21 14 0 0.89 0.92 0.28 2.49 0.86 0.39
Hex B7 15 E 0 59 5C 1C 2 56 27
Octal 267 25 16 0 131 134 34 2 126 47
Binary 10110111 10101 1110 0 1011001 1011100 11100 10 1010110 100111

Color Harmonies of #B7150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7150E

Black with #B7150E

Text Example


Text Example

White with #B7150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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