Html Css Color HEX #B31C16 Fire Brick

📋 copy color: '#B31C16'

red 179 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #B31C16

Tints of Fire Brick #B31C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 78.17%
G = 12.23%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B31C16 (or 0xB31C16) is known color: Fire Brick. HEX triplet: B3, 1C and 16. RGB value is (179,28,22). Sum of RGB (Red+Green+Blue) = 179+28+22=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C16 is #4CE3E9. Grayscale: #484848. Windows color (decimal): -5039082 or 1449139. OLE color: 1449139.

HSL color Cylindrical-coordinate representation of color #B31C16: hue angle of 2.29º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31C16 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 22 -
CMYK 0 0.84 0.88 0.30
HSL 2.29º 0.78% 0.39% -
HSV(B) 2.29º 0.88% 0.7% -
XYZ 19.15 10.47 1.77 -
YUV 72.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 179 28 22 0 0.84 0.88 0.30 2.29 0.78 0.39
Hex B3 1C 16 0 54 58 1E 2 4E 27
Octal 263 34 26 0 124 130 36 2 116 47
Binary 10110011 11100 10110 0 1010100 1011000 11110 10 1001110 100111

Color Harmonies of #B31C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C16

Black with #B31C16

Text Example


Text Example

White with #B31C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C16; }

 p { color: rgb(179,28,22); }

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

background-color css

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

 a { background-color: rgb(179,28,22); }

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

border-color css

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

 span { border-color: rgb(179,28,22); }

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