Html Css Color HEX #B31C1B Fire Brick

📋 copy color: '#B31C1B'

red 179 ◦ green 28 ◦ blue 27

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

Shades of Fire Brick #B31C1B

Tints of Fire Brick #B31C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 76.5%
G = 11.97%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B31C1B (or 0xB31C1B) is known color: Fire Brick. HEX triplet: B3, 1C and 1B. RGB value is (179,28,27). Sum of RGB (Red+Green+Blue) = 179+28+27=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C1B is #4CE3E4. Grayscale: #494949. Windows color (decimal): -5039077 or 1776819. OLE color: 1776819.

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

Color convert

RGB 179 28 27 -
CMYK 0 0.84 0.85 0.30
HSL 0.39º 0.74% 0.4% -
HSV(B) 0.39º 0.85% 0.7% -
XYZ 19.2 10.49 2.05 -
YUV 73.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 179 28 27 0 0.84 0.85 0.30 0.39 0.74 0.4
Hex B3 1C 1B 0 54 55 1E 0 4A 28
Octal 263 34 33 0 124 125 36 0 112 50
Binary 10110011 11100 11011 0 1010100 1010101 11110 0 1001010 101000

Color Harmonies of #B31C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C1B

Black with #B31C1B

Text Example


Text Example

White with #B31C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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