Html Css Color HEX #B31F1C Fire Brick

📋 copy color: '#B31F1C'

red 179 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #B31F1C

Tints of Fire Brick #B31F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 75.21%
G = 13.03%
B = 11.76%

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

#B31F1C (or 0xB31F1C) is known color: Fire Brick. HEX triplet: B3, 1F and 1C. RGB value is (179,31,28). Sum of RGB (Red+Green+Blue) = 179+31+28=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31F1C is #4CE0E3. Grayscale: #4B4B4B. Windows color (decimal): -5038308 or 1843123. OLE color: 1843123.

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

Color convert

RGB 179 31 28 -
CMYK 0 0.83 0.84 0.30
HSL 1.19º 0.73% 0.41% -
HSV(B) 1.19º 0.84% 0.7% -
XYZ 19.29 10.65 2.14 -
YUV 74.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 179 31 28 0 0.83 0.84 0.30 1.19 0.73 0.41
Hex B3 1F 1C 0 53 54 1E 1 49 29
Octal 263 37 34 0 123 124 36 1 111 51
Binary 10110011 11111 11100 0 1010011 1010100 11110 1 1001001 101001

Color Harmonies of #B31F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F1C

Black with #B31F1C

Text Example


Text Example

White with #B31F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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