Html Css Color HEX #B31F19 Fire Brick

📋 copy color: '#B31F19'

red 179 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #B31F19

Tints of Fire Brick #B31F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 76.17%
G = 13.19%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B31F19 (or 0xB31F19) is known color: Fire Brick. HEX triplet: B3, 1F and 19. RGB value is (179,31,25). Sum of RGB (Red+Green+Blue) = 179+31+25=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F19 is #4CE0E6. Grayscale: #4A4A4A. Windows color (decimal): -5038311 or 1646515. OLE color: 1646515.

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

Color convert

RGB 179 31 25 -
CMYK 0 0.83 0.86 0.30
HSL 2.34º 0.75% 0.4% -
HSV(B) 2.34º 0.86% 0.7% -
XYZ 19.26 10.63 1.96 -
YUV 74.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 179 31 25 0 0.83 0.86 0.30 2.34 0.75 0.4
Hex B3 1F 19 0 53 56 1E 2 4B 28
Octal 263 37 31 0 123 126 36 2 113 50
Binary 10110011 11111 11001 0 1010011 1010110 11110 10 1001011 101000

Color Harmonies of #B31F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F19

Black with #B31F19

Text Example


Text Example

White with #B31F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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