Html Css Color HEX #B31D04 Fire Brick

📋 copy color: '#B31D04'

red 179 ◦ green 29 ◦ blue 4

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

Shades of Fire Brick #B31D04

Tints of Fire Brick #B31D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 84.43%
G = 13.68%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B31D04 (or 0xB31D04) is known color: Fire Brick. HEX triplet: B3, 1D and 04. RGB value is (179,29,4). Sum of RGB (Red+Green+Blue) = 179+29+4=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31D04 is #4CE2FB. Grayscale: #474747. Windows color (decimal): -5038844 or 269747. OLE color: 269747.

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

Color convert

RGB 179 29 4 -
CMYK 0 0.84 0.98 0.30
HSL 8.57º 0.96% 0.36% -
HSV(B) 8.57º 0.98% 0.7% -
XYZ 19.05 10.47 1.13 -
YUV 71 90.2 205.03 -
System Red Green Blue C M Y K H S L
Decimal 179 29 4 0 0.84 0.98 0.30 8.57 0.96 0.36
Hex B3 1D 4 0 54 62 1E 9 60 24
Octal 263 35 4 0 124 142 36 11 140 44
Binary 10110011 11101 100 0 1010100 1100010 11110 1001 1100000 100100

Color Harmonies of #B31D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D04

Black with #B31D04

Text Example


Text Example

White with #B31D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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