Html Css Color HEX #B31D1B Fire Brick

📋 copy color: '#B31D1B'

red 179 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #B31D1B

Tints of Fire Brick #B31D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

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

R = 76.17%
G = 12.34%
B = 11.49%

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

#B31D1B (or 0xB31D1B) is known color: Fire Brick. HEX triplet: B3, 1D and 1B. RGB value is (179,29,27). Sum of RGB (Red+Green+Blue) = 179+29+27=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D1B is #4CE2E4. Grayscale: #494949. Windows color (decimal): -5038821 or 1777075. OLE color: 1777075.

HSL color Cylindrical-coordinate representation of color #B31D1B: hue angle of 0.79º 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 #B31D1B is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 27 -
CMYK 0 0.84 0.85 0.30
HSL 0.79º 0.74% 0.4% -
HSV(B) 0.79º 0.85% 0.7% -
XYZ 19.23 10.54 2.06 -
YUV 73.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 179 29 27 0 0.84 0.85 0.30 0.79 0.74 0.4
Hex B3 1D 1B 0 54 55 1E 1 4A 28
Octal 263 35 33 0 124 125 36 1 112 50
Binary 10110011 11101 11011 0 1010100 1010101 11110 1 1001010 101000

Color Harmonies of #B31D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D1B

Black with #B31D1B

Text Example


Text Example

White with #B31D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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