Html Css Color HEX #B7130F Fire Brick

📋 copy color: '#B7130F'

red 183 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #B7130F

Tints of Fire Brick #B7130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 84.33%
G = 8.76%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7130F (or 0xB7130F) is known color: Fire Brick. HEX triplet: B7, 13 and 0F. RGB value is (183,19,15). Sum of RGB (Red+Green+Blue) = 183+19+15=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130F is #48ECF0. Grayscale: #434343. Windows color (decimal): -4779249 or 988087. OLE color: 988087.

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

Color convert

RGB 183 19 15 -
CMYK 0 0.90 0.92 0.28
HSL 1.43º 0.85% 0.39% -
HSV(B) 1.43º 0.92% 0.72% -
XYZ 19.85 10.57 1.45 -
YUV 67.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 183 19 15 0 0.90 0.92 0.28 1.43 0.85 0.39
Hex B7 13 F 0 5A 5C 1C 1 55 27
Octal 267 23 17 0 132 134 34 1 125 47
Binary 10110111 10011 1111 0 1011010 1011100 11100 1 1010101 100111

Color Harmonies of #B7130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7130F

Black with #B7130F

Text Example


Text Example

White with #B7130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7130F; }

 p { color: rgb(183,19,15); }

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

background-color css

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

 a { background-color: rgb(183,19,15); }

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

border-color css

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

 span { border-color: rgb(183,19,15); }

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