Html Css Color HEX #B31C04 Fire Brick

📋 copy color: '#B31C04'

red 179 ◦ green 28 ◦ blue 4

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

Shades of Fire Brick #B31C04

Tints of Fire Brick #B31C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 84.83%
G = 13.27%
B = 1.9%

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

#B31C04 (or 0xB31C04) is known color: Fire Brick. HEX triplet: B3, 1C and 04. RGB value is (179,28,4). Sum of RGB (Red+Green+Blue) = 179+28+4=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C04 is #4CE3FB. Grayscale: #464646. Windows color (decimal): -5039100 or 269491. OLE color: 269491.

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

Color convert

RGB 179 28 4 -
CMYK 0 0.84 0.98 0.30
HSL 8.23º 0.96% 0.36% -
HSV(B) 8.23º 0.98% 0.7% -
XYZ 19.03 10.42 1.12 -
YUV 70.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 179 28 4 0 0.84 0.98 0.30 8.23 0.96 0.36
Hex B3 1C 4 0 54 62 1E 8 60 24
Octal 263 34 4 0 124 142 36 10 140 44
Binary 10110011 11100 100 0 1010100 1100010 11110 1000 1100000 100100

Color Harmonies of #B31C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C04

Black with #B31C04

Text Example


Text Example

White with #B31C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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