Html Css Color HEX #B31E1D Fire Brick

📋 copy color: '#B31E1D'

red 179 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #B31E1D

Tints of Fire Brick #B31E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.61%

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 75.21%
G = 12.61%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B31E1D (or 0xB31E1D) is known color: Fire Brick. HEX triplet: B3, 1E and 1D. RGB value is (179,30,29). Sum of RGB (Red+Green+Blue) = 179+30+29=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E1D is #4CE1E2. Grayscale: #4A4A4A. Windows color (decimal): -5038563 or 1908403. OLE color: 1908403.

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

Color convert

RGB 179 30 29 -
CMYK 0 0.83 0.84 0.30
HSL 0.4º 0.72% 0.41% -
HSV(B) 0.4º 0.84% 0.7% -
XYZ 19.28 10.6 2.19 -
YUV 74.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 179 30 29 0 0.83 0.84 0.30 0.4 0.72 0.41
Hex B3 1E 1D 0 53 54 1E 0 48 29
Octal 263 36 35 0 123 124 36 0 110 51
Binary 10110011 11110 11101 0 1010011 1010100 11110 0 1001000 101001

Color Harmonies of #B31E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E1D

Black with #B31E1D

Text Example


Text Example

White with #B31E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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