Html Css Color HEX #B3170F Fire Brick

📋 copy color: '#B3170F'

red 179 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #B3170F

Tints of Fire Brick #B3170F

RGB

 RED value IS 179 (70.31% from 255) = 82.49%

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

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

R = 82.49%
G = 10.6%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3170F (or 0xB3170F) is known color: Fire Brick. HEX triplet: B3, 17 and 0F. RGB value is (179,23,15). Sum of RGB (Red+Green+Blue) = 179+23+15=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B3170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3170F is #4CE8F0. Grayscale: #444444. Windows color (decimal): -5040369 or 989107. OLE color: 989107.

HSL color Cylindrical-coordinate representation of color #B3170F: hue angle of 2.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3170F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 15 -
CMYK 0 0.87 0.92 0.30
HSL 2.93º 0.85% 0.38% -
HSV(B) 2.93º 0.92% 0.7% -
XYZ 18.98 10.23 1.43 -
YUV 68.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 179 23 15 0 0.87 0.92 0.30 2.93 0.85 0.38
Hex B3 17 F 0 57 5C 1E 3 55 26
Octal 263 27 17 0 127 134 36 3 125 46
Binary 10110011 10111 1111 0 1010111 1011100 11110 11 1010101 100110

Color Harmonies of #B3170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3170F

Black with #B3170F

Text Example


Text Example

White with #B3170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3170F; }

 p { color: rgb(179,23,15); }

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

background-color css

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

 a { background-color: rgb(179,23,15); }

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

border-color css

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

 span { border-color: rgb(179,23,15); }

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